File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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+
173.3.0
28-----
39
Original file line number Diff line number Diff 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
77fi
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 '
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments