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

Prepare 0.22 release

This commit is contained in:
Mike Naberezny 2015-02-09 21:35:59 -08:00
parent 173b40a809
commit 041576277e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.22 (Next Release)
0.22 (2015-02-09)
- Fixed a bug where ``py65mon --rom`` would raise an exception
on Python 3.

View File

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

View File

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