File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
+ 9.0.1
5
+ -----
6
+
7
+ Sept 4, 2025
8
+
9
+ * Rerelease for botched wheel and tarball generation
10
+ * Add Builtin Functions ``Antonyms `` and ``Synonyms ``
11
+
4
12
9.0.0
5
13
-----
6
14
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ for version in $PYVERSIONS; do
19
19
exit $?
20
20
fi
21
21
make clean && pip install -e .
22
+ make develop
22
23
if ! make check; then
23
24
exit $?
24
25
fi
Original file line number Diff line number Diff line change 5
5
# well as importing into Python. That's why there is no
6
6
# space around "=" below.
7
7
# fmt: off
8
- __version__ = "9.0.0 " # noqa
8
+ __version__ = "9.0.1 " # noqa
Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ classifiers = [
57
57
" Topic :: Software Development :: Interpreters" ,
58
58
]
59
59
60
- version = " 9.0.0"
61
- # # FIXME: reinstate this
62
- # dynamic = ["version"]
60
+ dynamic = [" version" ]
63
61
64
62
[project .urls ]
65
63
Homepage = " https://github.com/Mathics3/Mathics3-Module-nltk"
@@ -75,8 +73,5 @@ packages = [
75
73
" pymathics.natlang" ,
76
74
]
77
75
78
- # # FIXME: reinstate this
79
- # [tool.setuptools.dynamic]
80
- # # We cannot load the version directly from pymathics.natlang.__init__,
81
- # # because it would try to import modules which are not already installed.
82
- # version = {attr = "pymathics.natlang.version.__version__"}
76
+ [tool .setuptools .dynamic ]
77
+ version = {attr = " pymathics.natlang.version.__version__" }
You can’t perform that action at this time.
0 commit comments