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

Prepare 0.23 release

This commit is contained in:
Mike Naberezny 2015-02-09 23:11:22 -08:00
parent 993d542cbf
commit fd13b4ab2c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.23-dev (Next Release)
0.23 (2015-02-10)
- Added a workaround to $F001 output to catch encoding errors and
display a "?" instead of crashing. This condition can occur if

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

View File

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