From 8d9cb71f6e738afdb891e98abc944aebbf581a27 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Wed, 12 Mar 2014 10:04:28 -0700 Subject: [PATCH] Prepare 0.19 release --- CHANGES.txt | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 27ee689..c975266 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.19-dev (Next Release) +0.19 (2014-03-12) - Fixed 65C02 opcode $D2: CMP Zero Page, Indirect. diff --git a/docs/conf.py b/docs/conf.py index 5f224b9..6c6a647 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year # built documents. # # The short X.Y version. -version = '0.19-dev' +version = '0.19' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 40bdf9a..6fa8760 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.19-dev' +__version__ = '0.19' import os import sys