Skip to content

Commit 6184595

Browse files
committed
Get ready for release 4.0.0
1 parent 2b59b6e commit 6184595

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.0.0
2+
-----
3+
4+
* Handle images via PNG and matplotlib
5+
* Packaging: include matplotlib in full install
6+
* Customize Asymptote configuration and add a psviewer that removes eps trash
7+
* Bump minimum Mathics core version to 4.0.0
8+
* Bug fix: Check if `self` has `session` attribute in `asy.__del__`
9+
110
3.3.1
211
-----
312

mathicsscript/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__="3.3.2.dev0" # noqa
7+
__version__="4.0.0" # noqa

0 commit comments

Comments
 (0)