1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-20 08:16:32 +00:00

Back to -dev until next release

This commit is contained in:
Mike Naberezny
2012-11-30 10:30:10 -08:00
parent 23958791b5
commit efd289a9c6
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
0.15-dev (Next Release)
0.14 (2012-11-30)
- Assembling now detects syntax errors, overflows, and bad labels
+2 -2
View File
@@ -49,9 +49,9 @@ copyright = u'2008-2012, Mike Naberezny'
# built documents.
#
# The short X.Y version.
version = '0.14'
version = '0.15-dev'
# The full version, including alpha/beta/rc tags.
release = '0.14'
release = '0.15-dev'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = '0.14'
__version__ = '0.15-dev'
import os
import sys