1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 03:41:31 +00:00

Back to -dev until next release

This commit is contained in:
Mike Naberezny 2013-10-26 21:46:10 -07:00
parent 549bfce450
commit 0d35c2d351
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
0.18-dev (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'
version = '0.18-dev'
# The full version, including alpha/beta/rc tags.
release = '0.17'
release = '0.18-dev'
# 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'
__version__ = '0.18-dev'
import os
import sys