diff --git a/CHANGES.txt b/CHANGES.txt index 6ab682a..0916816 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +0.13-dev *Next Release* + 0.12 (2012-02-16) - Fixed a bug that caused ``help cd`` to raise an exception diff --git a/docs/conf.py b/docs/conf.py index 1e72bcc..69baf23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,9 +46,9 @@ copyright = u'2008-2012, Mike Naberezny' # built documents. # # The short X.Y version. -version = '0.12' +version = '0.13-dev' # The full version, including alpha/beta/rc tags. -release = '0.12' +release = '0.13-dev' # 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 d170647..3043265 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.12' +__version__ = '0.13-dev' import os import sys