File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11CHANGES
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+
4141.2.2-1.2.3
515-----
616
Original file line number Diff line number Diff 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
77fi
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 '
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments