Skip to content

Commit 6000012

Browse files
committed
Get ready for release 1.2.4
1 parent f16ebec commit 6000012

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

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

4+
1.2.4
5+
-----
6+
7+
* Start adding AMSLateX names.
8+
* Add ``ApplyTo``, and ``Factorial2``.
9+
* Adjust ``Tilde``, and ``Factorial``.
10+
* Regularize unicode equivalents.
11+
* Add named-characters.yml to distribution packages; Issue #32.
12+
* Use SPDX identifier in license; PR #31.
13+
414
1.2.2-1.2.3
515
-----
616

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.13 3.7.10 3.8.10 3.9.5'
8+
export PYVERSIONS='3.6.14 3.7.11 3.8.11 3.9.6'

mathics_scanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="1.2.4.dev0" # noqa
7+
__version__="1.2.4" # noqa

0 commit comments

Comments
 (0)