Prepare for 1.3 release

Update version number and finish release notes and announcement
blog post.

Change-Id: I9c618b0ce950aaaa089588018f013d3a498eb6fc
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-10-21 15:54:48 -04:00
parent a52f23e8e4
commit 9e1488f0d6
3 changed files with 10 additions and 6 deletions

View File

@ -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
=============

View File

@ -8,6 +8,7 @@
``build_option_parser`` method. This argument can contain extra
keyword arguments which are passed to the ``ArgumentParser`` constructor.
(contributed by Tomaz Muraus)
- Updated documentation to include dependency on distribute.
1.2.1

View File

@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
VERSION = '1.2.1'
VERSION = '1.3'
# Bootstrap installation of Distribute
import distribute_setup