1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-14 13:29:28 +00:00

Prepare 0.17 release

This commit is contained in:
Mike Naberezny 2013-10-26 21:42:05 -07:00
parent b1a0aaccba
commit 549bfce450
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +1,4 @@
__version__ = '0.17-dev'
__version__ = '0.17'
import os
import sys