Prepare 1.3.2 release

Change-Id: I138c53d12577d9afe698759e1819132ba976c606
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-04-02 15:55:58 -04:00
parent 80a2ee7121
commit df52cc387d
3 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,5 @@
========================================================================
cliff -- Command Line Interface Formulation Framework -- version 1.3.1
cliff -- Command Line Interface Formulation Framework -- version 1.3.2
========================================================================
.. tags:: python cliff release DreamHost
@ -11,11 +11,15 @@ other extensions.
What's New In This Release?
===========================
- 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.
- Add ``convert_underscores`` parameter to ``CommandManager``
``__init__`` method to allow underscores to be used in command
names. This optional argument is defaulted to True to maintain
current behavior. (contributed by Joe Server)
- Use flake8_ for style checking.
- Relax version requirement for PrettyTable dependency to allow point
releases of 0.7.
.. _flake8: https://pypi.python.org/pypi/flake8
Documentation
=============

View File

@ -2,13 +2,15 @@
Release History
=================
dev
1.3.2
- Add ``convert_underscores`` parameter to ``CommandManager`` ``__init__``
method to allow underscores to be used in command names. This optional
argument is defaulted to True to maintain current behavior.
(contributed by Joe Server)
- Use flake8_ for style checking.
- Relax version requirement for PrettyTable dependency to allow
point releases of 0.7.
.. _flake8: https://pypi.python.org/pypi/flake8

View File

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