1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-09-29 22:56:17 +00:00

Prepare 0.15 release

This commit is contained in:
Mike Naberezny 2013-01-06 16:30:31 -08:00
parent 2f4fb9c8a9
commit 0fbf0a803b
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
0.15-dev (Next Release) 0.15 (2012-01-06)
- Disassembling can now wrap around memory if the start address - Disassembling can now wrap around memory if the start address
given is greater than the end address. given is greater than the end address.

View File

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

View File

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