We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ee9be commit f58647eCopy full SHA for f58647e
CHANGES.rst
@@ -3,6 +3,11 @@ CHANGES
3
4
Jan 26, 2025
5
6
+1.4.1
7
+-----
8
+
9
+Re-release to include ``operators.yml`` into tarball/wheel.
10
11
12
1.4.0
13
-----
mathics_scanner/version.py
@@ -4,4 +4,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
-__version__="1.4.0" # noqa
+__version__="1.4.1" # noqa
pyproject.toml
@@ -67,6 +67,8 @@ packages = [
67
[tool.setuptools.package-data]
68
"mathics_scanner" = [
69
"data/named-characters.yml",
70
+ "data/operators.yml",
71
+ "data/operators.json",
72
"data/*.csv",
73
"data/character-tables.json", # List this explicitly since it is needed
74
"data/*.json",
0 commit comments