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

Prepare 0.13 release

This commit is contained in:
Mike Naberezny 2012-11-15 17:40:43 -08:00
parent be2a1e59b4
commit a1e241b4a0
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
0.13-dev *Next Release*
0.13 (2012-11-15)
- Fixed a bug where negative numbers could be entered
for addresses in the monitor.

View File

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

View File

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