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

Prepare 0.20 release

This commit is contained in:
Mike Naberezny 2014-05-08 14:41:12 -07:00
parent 8517fbcf65
commit 6c45bc5305
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.20-dev (Next Release)
0.20 (2014-05-08)
- Page wrapping for indexed indirect (X) operations on 65C02 has been
restored. This reverts the change introduced in 0.18. We now believe

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-dev'
version = '0.20'
# The full version, including alpha/beta/rc tags.
release = version

View File

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