Skip to content

Commit

Permalink
Get ready for release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 10, 2021
1 parent f16ebec commit 6000012
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----

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.10 3.9.5'
export PYVERSIONS='3.6.14 3.7.11 3.8.11 3.9.6'
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 @@
# 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

0 comments on commit 6000012

Please sign in to comment.