1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-01-02 03:29:26 +00:00

Prepare 0.14 release

This commit is contained in:
Mike Naberezny 2012-11-30 10:26:44 -08:00
parent 80dfe2d6be
commit 23958791b5
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
0.14 *Next Release* 0.14 (2012-11-30)
- Assembling now detects syntax errors, overflows, and bad labels - Assembling now detects syntax errors, overflows, and bad labels
separately and shows specific error messages. separately and shows specific error messages.

View File

@ -49,9 +49,9 @@ copyright = u'2008-2012, Mike Naberezny'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.14-dev' version = '0.14'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.14-dev' release = '0.14'
# 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.14-dev' __version__ = '0.14'
import os import os
import sys import sys