We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32079c6 commit 6eaf683Copy full SHA for 6eaf683
NEWS.md
@@ -1,3 +1,9 @@
1
+3.3.1
2
+-----
3
+
4
+* Packaging issues: getting setttings.m file into distribution and other missing files
5
+* More pervasive handling of import errors
6
7
3.3.0
8
-----
9
mathicsscript/asymptote.py
@@ -43,7 +43,7 @@ def help(self):
43
)
44
45
def __del__(self):
46
- print("closing Asymptote session...")
+ # print("closing Asymptote session...")
47
self.send("quit")
48
self.session.stdin.close()
49
self.session.wait()
mathicsscript/version.py
@@ -4,4 +4,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
-__version__="3.3.1.dev0" # noqa
+__version__="3.3.1" # noqa
0 commit comments