From 012eb872ddc862cb1dffe06944490acba3d9295a Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 14 May 2012 17:35:38 -0400 Subject: bump version --- docs/source/conf.py | 2 +- docs/source/history.rst | 3 ++- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8b87537..9f71445 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2012, Doug Hellmann' # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/source/history.rst b/docs/source/history.rst index 004fb83..bbfb799 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,10 +2,11 @@ Release History ================= -dev +0.7 - Clean up interactive mode flag settting. - Add support for Python 2.6, contributed by heavenshell. + - Fix multi-word commands in interactive mode. 0.6 diff --git a/setup.py b/setup.py index 377eb70..7a3f644 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ PROJECT = 'cliff' # Change docs/source/conf.py too! -VERSION = '0.6' +VERSION = '0.7' # Bootstrap installation of Distribute import distribute_setup -- cgit v1.2.1