Skip to content

Commit 9fc6329

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

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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

0 commit comments

Comments
 (0)