summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-14 17:35:38 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-14 17:35:38 -0400
commit012eb872ddc862cb1dffe06944490acba3d9295a (patch)
treeddfdeb5861b3aac5a65185ffa859fb1400476070
parent4bc39f72e8e9a6772f3d2eb9295809658c1793d7 (diff)
downloadcliff-tablib-012eb872ddc862cb1dffe06944490acba3d9295a.tar.gz
bump version
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/history.rst3
-rw-r--r--setup.py2
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