summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:36:41 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:36:41 -0400
commit9e778376f76a91277a063e851fa1c1ab1737480c (patch)
treef9152d123f8db5df0bc0e120830234f3cd0c194e
parent5862e25b9b436d5e523e682e2da0f6c1fc90ad7b (diff)
downloadcliff-9e778376f76a91277a063e851fa1c1ab1737480c.tar.gz
bumping version number for release1.1.2
Change-Id: I4048267b9621639ba9e75f0d8953b43542f4b73c
-rw-r--r--announce.rst2
-rw-r--r--docs/source/history.rst2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/announce.rst b/announce.rst
index d70e825..c1f9c95 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.1.1
+ cliff -- Command Line Interface Formulation Framework -- version 1.1.2
========================================================================
.. tags:: python cliff release DreamHost
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 0d1d35e..3eb34fb 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,7 +2,7 @@
Release History
=================
-1.1.1
+1.1.2
- Fix a packaging problem introduced in version 1.1.
diff --git a/setup.py b/setup.py
index 56679fd..04b6b52 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '1.1.1'
+VERSION = '1.1.2'
# Bootstrap installation of Distribute
import distribute_setup