Skip to content

Commit

Permalink
Merge pull request #406 from jmadler/v0.17.x
Browse files Browse the repository at this point in the history
V0.17.x
  • Loading branch information
jmadler committed Oct 31, 2018
2 parents 385da41 + 0101e3d commit a8114e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/whatsnew.rst
Expand Up @@ -3,7 +3,12 @@
What's New
**********

What's new in version 0.17 (2018-10-19)
What's new in version 0.17.1 (2019-10-30)
=========================================
This release address a packaging error because of an erroneous declaration that
any built wheels are universal.

What's new in version 0.17.0 (2018-10-19)
=========================================

This is a major bug-fix release, including:
Expand Down
2 changes: 1 addition & 1 deletion src/future/__init__.py
Expand Up @@ -87,7 +87,7 @@
__copyright__ = 'Copyright 2013-2018 Python Charmers Pty Ltd'
__ver_major__ = 0
__ver_minor__ = 17
__ver_patch__ = 0
__ver_patch__ = 1
__ver_sub__ = ''
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
__ver_patch__, __ver_sub__)

0 comments on commit a8114e4

Please sign in to comment.