summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-02-27 07:47:53 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-02-27 07:47:53 -0500
commit48077a3da6c0d7e16c227801c70d6ead8d71fb82 (patch)
tree5e6b906aee81cb4cdb7fac0ffbd6812aa92896a7
parent40a5498c9bc22c82c0af57faaed39e65ed81f752 (diff)
downloadcliff-48077a3da6c0d7e16c227801c70d6ead8d71fb82.tar.gz
prepare for 1.3.1 release1.3.1
Change-Id: I809abaef23be9e71b3a9a7f7546bf73728deb6a2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--announce.rst16
-rw-r--r--docs/source/history.rst2
-rw-r--r--setup.py2
3 files changed, 10 insertions, 10 deletions
diff --git a/announce.rst b/announce.rst
index e002189..0726834 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,6 +1,6 @@
-======================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.3
-======================================================================
+========================================================================
+ cliff -- Command Line Interface Formulation Framework -- version 1.3.1
+========================================================================
.. tags:: python cliff release DreamHost
@@ -11,11 +11,11 @@ other extensions.
What's New In This Release?
===========================
-- Allow user to pass ``argparse_kwargs`` argument to the
- ``build_option_parser`` method. This argument can contain extra
- keyword arguments which are passed to the ``ArgumentParser`` constructor.
- (contributed by Tomaz Muraus)
-- Document the dependency on using distribute.
+- Sort list of commands in interactive help mode. (contributed by Ilya
+ Shakhat)
+- Fix a dependency issue with PyParsing until the cmd2 package can
+ release an update setting the version of its dependency based on the
+ Python version.
Documentation
=============
diff --git a/docs/source/history.rst b/docs/source/history.rst
index b0018d3..f7348e9 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,7 +2,7 @@
Release History
=================
-dev
+1.3.1
- Sort list of commands in interactive help mode. (contributed by
Ilya Shakhat)
diff --git a/setup.py b/setup.py
index 3709799..5cb08ca 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '1.3'
+VERSION = '1.3.1'
# Bootstrap installation of Distribute
import distribute_setup