summaryrefslogtreecommitdiff
path: root/announce.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-21 15:54:48 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-21 15:54:48 -0400
commit9e1488f0d6a8bbacb428a7606f3622cf5fdac112 (patch)
treeb1052e97d012fe0e3337130fd1e7b0da8d5b23d8 /announce.rst
parenta52f23e8e4ae6b8c3811528ce79e61ce497e747e (diff)
downloadcliff-9e1488f0d6a8bbacb428a7606f3622cf5fdac112.tar.gz
Prepare for 1.3 release1.3
Update version number and finish release notes and announcement blog post. Change-Id: I9c618b0ce950aaaa089588018f013d3a498eb6fc Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'announce.rst')
-rw-r--r--announce.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/announce.rst b/announce.rst
index 4f068c4..e002189 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,6 +1,6 @@
-========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.2.1
-========================================================================
+======================================================================
+ cliff -- Command Line Interface Formulation Framework -- version 1.3
+======================================================================
.. tags:: python cliff release DreamHost
@@ -11,8 +11,11 @@ other extensions.
What's New In This Release?
===========================
-- Fix problem with documentation packaging.
-- Fix problem with missing ``izip`` import in ``lister.py``.
+- 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.
Documentation
=============