Skip to content

Commit b5ed2d2

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

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.6.13 3.7.10 pyston-2.2 3.8.10 3.9.5'
8+
export PYVERSIONS='3.6.14 3.7.11 pyston-2.2 3.8.11 3.9.6'

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)