Skip to content

Commit

Permalink
Get ready for release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 4, 2021
1 parent 32079c6 commit 6eaf683
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.3.1
-----

* Packaging issues: getting setttings.m file into distribution and other missing files
* More pervasive handling of import errors

3.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion mathicsscript/asymptote.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def help(self):
)

def __del__(self):
print("closing Asymptote session...")
# print("closing Asymptote session...")
self.send("quit")
self.session.stdin.close()
self.session.wait()
Expand Down
2 changes: 1 addition & 1 deletion mathicsscript/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 6eaf683

Please sign in to comment.