Skip to content

Commit a85754d

Browse files
committed
Get ready for release 2.2.0
1 parent 2667f2b commit a85754d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
2.2.0
5+
-----
6+
7+
Re-Release to use released Mathics 2.2.0
8+
49
1.1.0
510
-----
611

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.12 3.7.9 3.8.6'
8+
export PYVERSIONS='3.6.13 3.7.10 3.8.10 3.9.5'

pymathics/natlang/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This file is suitable for sourcing inside POSIX shell as
66
# well as importing into Python. That's why there is no
77
# space around "=" below.
8-
__version__="1.1.0"
8+
__version__="2.2.0"

0 commit comments

Comments
 (0)