We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c61f0 commit c4e0333Copy full SHA for c4e0333
CHANGES.rst
@@ -1,6 +1,14 @@
1
CHANGES
2
=======
3
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
12
9.0.0
13
-----
14
admin-tools/check-versions.sh
@@ -19,6 +19,7 @@ for version in $PYVERSIONS; do
19
exit $?
20
fi
21
make clean && pip install -e .
22
+ make develop
23
if ! make check; then
24
25
pymathics/natlang/version.py
@@ -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
0 commit comments