We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2667f2b commit a85754dCopy full SHA for a85754d
CHANGES.rst
@@ -1,6 +1,11 @@
1
CHANGES
2
=======
3
4
+2.2.0
5
+-----
6
+
7
+Re-Release to use released Mathics 2.2.0
8
9
1.1.0
10
-----
11
admin-tools/pyenv-versions
@@ -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.12 3.7.9 3.8.6'
+export PYVERSIONS='3.6.13 3.7.10 3.8.10 3.9.5'
pymathics/natlang/version.py
@@ -5,4 +5,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.0"
+__version__="2.2.0"
0 commit comments