Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGES
=======

9.0.1
-----

Sept 4, 2025

* Rerelase for botched wheel and tarball generation
* Add Builtin Functions ``Antonyms`` and ``Synonyms``

9.0.0
-----

Expand Down
1 change: 1 addition & 0 deletions admin-tools/check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ for version in $PYVERSIONS; do
exit $?
fi
make clean && pip install -e .
make develop
if ! make check; then
exit $?
fi
Expand Down
2 changes: 1 addition & 1 deletion pymathics/natlang/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
__version__="9.0.0" # noqa
__version__="9.0.1" # noqa