From 9e1488f0d6a8bbacb428a7606f3622cf5fdac112 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 21 Oct 2012 15:54:48 -0400 Subject: Prepare for 1.3 release Update version number and finish release notes and announcement blog post. Change-Id: I9c618b0ce950aaaa089588018f013d3a498eb6fc Signed-off-by: Doug Hellmann --- announce.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'announce.rst') 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 ============= -- cgit v1.2.1