Skip to content

Commit 4296929

Browse files
committed
Get ready for release 2.1.2
1 parent e9af98a commit 4296929

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.1.2
2+
-----
3+
4+
* Packaging changes. Make sure egg/wheel/tarball has settings.m and GNU Readline inputrc files package
5+
* Bump minimum Mathics-Scanner version. There was a small subtle bug in infix Function operators in that
6+
17
2.1.1
28
-----
39

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__="2.1.2.dev0" # noqa
6+
__version__="2.1.2" # noqa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def read(*rnames):
7171
]
7272
},
7373
install_requires=[
74-
"Mathics_Scanner>=1.1.1,<1.2.0",
74+
"Mathics_Scanner>=1.1.2,<1.2.0",
7575
"Mathics3 >= 2.0.0,<2.2.0",
7676
"click",
7777
"colorama",

0 commit comments

Comments
 (0)