File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11CHANGES
22=======
33
4+ 1.2.0
5+ -----
6+
7+ Tag unicode operators which have no definition and add the ability to dump them. This is useful for mathics-pygments.
8+
9+
4101.1.2
511-----
612
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55 echo " This script should be *sourced* rather than run directly through bash"
66 exit 1
77fi
8- export PYVERSIONS=' 3.6.13 3.7.10 3.8.9 3.9.3 '
8+ export PYVERSIONS=' 3.6.13 3.7.10 3.8.10 3.9.5 '
Original file line number Diff line number Diff line change 44# This file is suitable for sourcing inside POSIX shell as
55# well as importing into Python. That's why there is no
66# space around "=" below.
7- __version__ = "1.1.3.dev0 " # noqa
7+ __version__ = "1.2.0 " # noqa
Original file line number Diff line number Diff line change 11[metadata]
2- description-file = README.rst
2+ description_file = README.rst
You can’t perform that action at this time.
0 commit comments