Skip to content

Commit 5501f3e

Browse files
authored
Get ready for release 9.0.1 (#36)
1 parent e8c61f0 commit 5501f3e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.rst

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

4+
9.0.1
5+
-----
6+
7+
Sept 4, 2025
8+
9+
* Rerelase for botched wheel and tarball generation
10+
* Add Builtin Functions ``Antonyms`` and ``Synonyms``
11+
412
9.0.0
513
-----
614

admin-tools/check-versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ for version in $PYVERSIONS; do
1919
exit $?
2020
fi
2121
make clean && pip install -e .
22+
make develop
2223
if ! make check; then
2324
exit $?
2425
fi

pymathics/natlang/version.py

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

0 commit comments

Comments
 (0)