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

Back to -dev until next release

This commit is contained in:
Mike Naberezny 2015-02-09 21:37:26 -08:00
parent 041576277e
commit a88b2d8b24
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
0.23-dev (Next Release)
0.22 (2015-02-09)
- Fixed a bug where ``py65mon --rom`` would raise an exception

View File

@ -51,7 +51,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
# built documents.
#
# The short X.Y version.
version = '0.22'
version = '0.23-dev'
# The full version, including alpha/beta/rc tags.
release = version

View File

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