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

Back to -dev until next release

This commit is contained in:
Mike Naberezny 2014-05-08 14:43:05 -07:00
parent 6c45bc5305
commit d71338109f
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
0.21-dev (Next Release)
0.20 (2014-05-08)
- Page wrapping for indexed indirect (X) operations on 65C02 has been

View File

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

View File

@ -1,4 +1,4 @@
__version__ = '0.20'
__version__ = '0.21-dev'
import os
import sys