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
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGES
=======

9.0.2
-----

Sept 4, 2025

* Rerelease for botched wheel and tarball generation. This time for sure!

9.0.1
-----

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ include CHANGES.rst
include ChangeLog
include LICENSE
include Makefile
recursive-include test
recursive-include pymathics *.py
recursive-include test *.py
1 change: 1 addition & 0 deletions admin-tools/make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if ! pyenv local $pyversion ; then
exit $?
fi

rm -fr build
pip wheel --wheel-dir=dist .
python -m build --sdist
finish
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.1" # noqa
__version__="9.0.2" # noqa