Skip to content

Commit 51db192

Browse files
committed
Merge branch 'master' of github.com:Mathics3/mathicsscript
2 parents e4f2e89 + 8a19844 commit 51db192

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.3.0
2+
-----
3+
4+
* 3D Graphics is now handled if Asymptote is installed.
5+
* ``Settings`$UseMatplotlib`` and ``Settings`$UseAsymptote`` were added. The can disable the use of matplotlib and Asymptote when those are available.
6+
17
3.2.1
28
-----
39

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.2.2.dev0" # noqa
7+
__version__="3.3.0.dev0" # noqa

0 commit comments

Comments
 (0)