summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-31 07:31:36 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-31 07:32:24 -0400
commita987d403b7ae57c2934d67789f6eaf9324f4383b (patch)
tree4b6328fa4cda45c04ee0c7c2efdea584bb834d76
parente67c97af85019af637e34e0f002c10fc95e4cae6 (diff)
downloadcliff-a987d403b7ae57c2934d67789f6eaf9324f4383b.tar.gz
Set up for 1.2.1 release1.2.1
Change-Id: I3787f3451e1e50ea6fc5bd949fe7a2f94640b1f7 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--announce.rst9
-rw-r--r--docs/source/history.rst5
-rw-r--r--setup.py2
3 files changed, 9 insertions, 7 deletions
diff --git a/announce.rst b/announce.rst
index ddd9f9d..4f068c4 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.2
+ cliff -- Command Line Interface Formulation Framework -- version 1.2.1
========================================================================
.. tags:: python cliff release DreamHost
@@ -11,11 +11,8 @@ other extensions.
What's New In This Release?
===========================
-- Fix problem with interactive mode ``help`` command.
-- Disable logging by default but add a ``--log-file`` option to
- re-enable it at runtime.
-- Add support for python 2.6. (contributed by Mark McClain for
- OpenStack Quantum)
+- Fix problem with documentation packaging.
+- Fix problem with missing ``izip`` import in ``lister.py``.
Documentation
=============
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 4fd408c..d40f270 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,6 +2,11 @@
Release History
=================
+1.2.1
+
+ - Fix problem with documentation packaging.
+ - Fix problem with missing ``izip`` import in ``lister.py``.
+
1.2
- Fix problem with interactive mode ``help`` command.
diff --git a/setup.py b/setup.py
index f4e15e8..f3034dc 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '1.2'
+VERSION = '1.2.1'
# Bootstrap installation of Distribute
import distribute_setup