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 3
3
What's New
4
4
**********
5
5
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
+
6
12
What's new in version 0.18.0 (2019-10-09)
7
13
=========================================
8
14
This is a major bug-fix and feature release, including:
Original file line number Diff line number Diff line change 87
87
__copyright__ = 'Copyright 2013-2019 Python Charmers Pty Ltd'
88
88
__ver_major__ = 0
89
89
__ver_minor__ = 18
90
- __ver_patch__ = 0
90
+ __ver_patch__ = 1
91
91
__ver_sub__ = ''
92
92
__version__ = "%d.%d.%d%s" % (__ver_major__ , __ver_minor__ ,
93
93
__ver_patch__ , __ver_sub__ )
You can’t perform that action at this time.
0 commit comments