diff --git a/CHANGES.txt b/CHANGES.txt index 3bb932e..f4bc13f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.17 (Next Release) +0.17 (2013-10-26) - Added support for Python 3.2 and 3.3 based on work by David Beazley. diff --git a/docs/conf.py b/docs/conf.py index 5e3778e..9016bdb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year # built documents. # # The short X.Y version. -version = '0.17-dev' +version = '0.17' # The full version, including alpha/beta/rc tags. -release = '0.17-dev' +release = '0.17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 49062af..9680c09 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.17-dev' +__version__ = '0.17' import os import sys