File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33What's New
44**********
55
6- What's new in version 0.17 (2018-10-19)
6+ What's new in version 0.17.1 (2019-10-30)
7+ =========================================
8+ This release address a packaging error because of an erroneous declaration that
9+ any built wheels are universal.
10+
11+ What's new in version 0.17.0 (2018-10-19)
712=========================================
813
914This is a major bug-fix release, including:
Original file line number Diff line number Diff line change 8787__copyright__ = 'Copyright 2013-2018 Python Charmers Pty Ltd'
8888__ver_major__ = 0
8989__ver_minor__ = 17
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