File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33What's New
44**********
55
6+ What's new in version 0.18.1 (2019-10-09)
7+ =========================================
8+ This is a minor bug-fix release containing a fix for raise_()
9+ when passed an exception that's not an Exception (e.g. BaseException
10+ subclasses)
11+
612What's new in version 0.18.0 (2019-10-09)
713=========================================
814This is a major bug-fix and feature release, including:
Original file line number Diff line number Diff line change 8787__copyright__ = 'Copyright 2013-2019 Python Charmers Pty Ltd'
8888__ver_major__ = 0
8989__ver_minor__ = 18
90- __ver_patch__ = 0
90+ __ver_patch__ = 1
9191__ver_sub__ = ''
9292__version__ = "%d.%d.%d%s" % (__ver_major__ , __ver_minor__ ,
9393 __ver_patch__ , __ver_sub__ )
You can’t perform that action at this time.
0 commit comments