Skip to content

Commit 0446711

Browse files
committed
Get ready for release 2.0.0.rc1
1 parent df85354 commit 0446711

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

NEWS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
2.0.0
1+
1.2.0
2+
-----
3+
4+
* All escape sequence for unicode and letter names added for GNU Readline
5+
* Use Mathics Scanner package
6+
* Support XDG-style configuration files
7+
8+
1.1.2
29
-----
310

411
* Fix ``Settings`$ShowFullForm`` now that we use Mathics supports Booleans better

mathicsscript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This file is suitable for sourcing inside POSIX shell as
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
6-
__version__="1.2.0.rc1" # noqa
6+
__version__="2.0.0.rc1" # noqa

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ def read(*rnames):
5757
is_PyPy = platform.python_implementation() == "PyPy"
5858

5959
setup(
60-
maintainer="Rocky Bernstein",
60+
maintainer="Mathics Group",
61+
maintainer_email="[email protected]",
6162
author_email="[email protected]",
6263
name="mathicsscript",
6364
version=__version__, # noqa
@@ -66,7 +67,7 @@ def read(*rnames):
6667
package_data={"": ["inputrc-no-unicode", "inputrc-unicode", "settings/settings.m"]},
6768
install_requires=[
6869
"Mathics_Scanner>=1.0.0,<1.1.0",
69-
"Mathics3 >= 2.0.0.rc1",
70+
"Mathics3 >= 2.0.0rc1",
7071
"click",
7172
"colorama",
7273
"columnize",

0 commit comments

Comments
 (0)