Skip to content

Commit 3e01047

Browse files
committed
Bump version, update Changes
1 parent 36af32d commit 3e01047

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# git clone --branch master https://github.com/Mathics3/mathics-core
3535
# bash -c '(cd mathics-core && pip3 install -e .[full])'
3636
# bash -c '(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)'
37-
# python -m pip install pytest pexpect
37+
python -m pip install pytest pexpect
3838
npm install
3939
- name: Install Mathics3 Django
4040
run: |

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
.vscode
1616
/.cache
1717
/.python-version
18+
/ChangeLog-spell-corrected
19+
/ChangeLog.orig
1820
/Mathics_Django.egg-info
1921
/node_modules
2022
/package-lock.json

CHANGES.rst

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

4+
9.0.0
5+
-----
6+
7+
Aug 29, 2025
8+
9+
* Support for Python 3.8 and 3.9 dropped
10+
* Ajust for 9.0.0 Mathics3 Kernel API.
11+
* Adjust a tests gallery
12+
* Add to bottom of docs next/prev
13+
14+
Bugs
15+
----
16+
17+
#228 Service /media/ urls from a relative not absolute URL
18+
419
8.0.1
520
-----
621

mathics_django/version.py

Lines changed: 1 addition & 1 deletion
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__="8.0.2.dev0" # noqa
7+
__version__="9.0.0" # noqa

0 commit comments

Comments
 (0)