diff --git a/CHANGES.rst b/CHANGES.rst index 4949ff0..b88905a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,16 @@ CHANGES ======= +1.2.4 +----- + +* Start adding AMSLateX names. +* Add ``ApplyTo``, and ``Factorial2``. +* Adjust ``Tilde``, and ``Factorial``. +* Regularize unicode equivalents. +* Add named-characters.yml to distribution packages; Issue #32. +* Use SPDX identifier in license; PR #31. + 1.2.2-1.2.3 ----- diff --git a/admin-tools/pyenv-versions b/admin-tools/pyenv-versions index f9c3c2e..9e8d122 100644 --- a/admin-tools/pyenv-versions +++ b/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.13 3.7.10 3.8.10 3.9.5' +export PYVERSIONS='3.6.14 3.7.11 3.8.11 3.9.6' diff --git a/mathics_scanner/version.py b/mathics_scanner/version.py index c7e79fd..fe8d399 100644 --- a/mathics_scanner/version.py +++ b/mathics_scanner/version.py @@ -4,4 +4,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="1.2.4.dev0" # noqa +__version__="1.2.4" # noqa