From d71338109f0f0cc71093781b0d5589808f0d630a Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Thu, 8 May 2014 14:43:05 -0700 Subject: [PATCH] Back to -dev until next release --- CHANGES.txt | 2 ++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 19b3a27..50f0079 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +0.21-dev (Next Release) + 0.20 (2014-05-08) - Page wrapping for indexed indirect (X) operations on 65C02 has been diff --git a/docs/conf.py b/docs/conf.py index 9b06df9..1b21ca9 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.20' +version = '0.21-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 6172230..60b5893 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.20' +__version__ = '0.21-dev' import os import sys