diff --git a/CHANGES.txt b/CHANGES.txt index df73610..18c146a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.14 *Next Release* +0.14 (2012-11-30) - Assembling now detects syntax errors, overflows, and bad labels separately and shows specific error messages. diff --git a/docs/conf.py b/docs/conf.py index a1c392e..63df95c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2008-2012, Mike Naberezny' # built documents. # # The short X.Y version. -version = '0.14-dev' +version = '0.14' # 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 # for a list of supported languages. diff --git a/setup.py b/setup.py index b4cdbcd..e25f4e3 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.14-dev' +__version__ = '0.14' import os import sys