We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df85354 commit 9fc6329Copy full SHA for 9fc6329
NEWS.md
@@ -1,4 +1,11 @@
1
-2.0.0
+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
9
-----
10
11
* Fix ``Settings`$ShowFullForm`` now that we use Mathics supports Booleans better
mathicsscript/version.py
@@ -3,4 +3,4 @@
# This file is suitable for sourcing inside POSIX shell as
# well as importing into Python. That's why there is no
# space around "=" below.
-__version__="1.2.0.rc1" # noqa
+__version__="2.0.0.rc1" # noqa
0 commit comments