1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-20 23:16:47 +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
+2
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
+1 -1
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
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = '0.23'
__version__ = '0.24-dev'
import os
import sys