Skip to content

Commit

Permalink
Get ready for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed May 15, 2021
1 parent 2305fe1 commit 4e2d885
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

1.2.0
-----

Tag unicode operators which have no definition and add the ability to dump them. This is useful for mathics-pygments.


1.1.2
-----

Expand Down
2 changes: 1 addition & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.6.13 3.7.10 3.8.9 3.9.3'
export PYVERSIONS='3.6.13 3.7.10 3.8.10 3.9.5'
2 changes: 1 addition & 1 deletion mathics_scanner/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# This file is suitable for sourcing inside POSIX shell as
# well as importing into Python. That's why there is no
# space around "=" below.
__version__="1.1.3.dev0" # noqa
__version__="1.2.0" # noqa
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.rst
description_file = README.rst

0 comments on commit 4e2d885

Please sign in to comment.