Skip to content

Commit 4e2d885

Browse files
committed
Get ready for release 1.2.0
1 parent 2305fe1 commit 4e2d885

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
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+
410
1.1.2
511
-----
612

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
77
fi
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'

mathics_scanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.rst
2+
description_file = README.rst

0 commit comments

Comments
 (0)