Skip to content

Commit 6eaf683

Browse files
committed
Get ready for release 3.3.1
1 parent 32079c6 commit 6eaf683

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.1
2+
-----
3+
4+
* Packaging issues: getting setttings.m file into distribution and other missing files
5+
* More pervasive handling of import errors
6+
17
3.3.0
28
-----
39

mathicsscript/asymptote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def help(self):
4343
)
4444

4545
def __del__(self):
46-
print("closing Asymptote session...")
46+
# print("closing Asymptote session...")
4747
self.send("quit")
4848
self.session.stdin.close()
4949
self.session.wait()

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

0 commit comments

Comments
 (0)