Skip to content

Commit f58647e

Browse files
committed
Revise for source to include operators.yml
1 parent 30ee9be commit f58647e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CHANGES
33

44
Jan 26, 2025
55

6+
1.4.1
7+
-----
8+
9+
Re-release to include ``operators.yml`` into tarball/wheel.
10+
611

712
1.4.0
813
-----

mathics_scanner/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="1.4.0" # noqa
7+
__version__="1.4.1" # noqa

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ packages = [
6767
[tool.setuptools.package-data]
6868
"mathics_scanner" = [
6969
"data/named-characters.yml",
70+
"data/operators.yml",
71+
"data/operators.json",
7072
"data/*.csv",
7173
"data/character-tables.json", # List this explicitly since it is needed
7274
"data/*.json",

0 commit comments

Comments
 (0)