Skip to content

Commit f850036

Browse files
authored
Release 9.0 (#37)
Get ready for release 9.0.2
1 parent 7051c77 commit f850036

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGES.rst

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

4+
9.0.2
5+
-----
6+
7+
Sept 4, 2025
8+
9+
* Rerelease for botched wheel and tarball generation. This time for sure!
10+
411
9.0.1
512
-----
613

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ include CHANGES.rst
33
include ChangeLog
44
include LICENSE
55
include Makefile
6-
recursive-include test
6+
recursive-include pymathics *.py
7+
recursive-include test *.py

admin-tools/make-dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if ! pyenv local $pyversion ; then
2424
exit $?
2525
fi
2626

27+
rm -fr build
2728
pip wheel --wheel-dir=dist .
2829
python -m build --sdist
2930
finish

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.1" # noqa
8+
__version__="9.0.2" # noqa

0 commit comments

Comments
 (0)