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

Prepare 0.16 release

This commit is contained in:
Mike Naberezny 2013-04-03 10:20:41 -07:00
parent da9ce10246
commit 19c343a22c
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
0.16 (Next Release)
0.16 (2013-04-03)
- Fixed a bug in the monitor that caused loading from the command
line with "--rom" to crash.

View File

@ -49,9 +49,9 @@ copyright = u'2008-2013, Mike Naberezny'
# built documents.
#
# The short X.Y version.
version = '0.16-dev'
version = '0.16'
# The full version, including alpha/beta/rc tags.
release = '0.16-dev'
release = '0.16'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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