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

Back to -dev until next release

This commit is contained in:
Mike Naberezny 2015-02-09 23:12:35 -08:00
parent fd13b4ab2c
commit 459ee44636
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
0.24-dev (Next Release)
0.23 (2015-02-10)
- Added a workaround to $F001 output to catch encoding errors and

View File

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

View File

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