File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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+
172.1.1
28-----
39
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments