prepare for 1.4.5 release

Change-Id: Ifa496b7d9be42b0a78a979e4c3a852bbc37b9c17
This commit is contained in:
Doug Hellmann 2013-09-23 15:54:21 -04:00
parent 8520f67ef0
commit 6bbefff4aa
3 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
========================================================================
cliff -- Command Line Interface Formulation Framework -- version 1.4.4
cliff -- Command Line Interface Formulation Framework -- version 1.4.5
========================================================================
.. tags:: python cliff release DreamHost
@ -11,8 +11,9 @@ other extensions.
What's New In This Release?
===========================
- Provide better error handling for unknown commands run from the
command line. (Contributed by Christophe Chauvet.)
- Update the pyparsing dependency to a version that supports both
Python 2 and Python 3.
- Add PyPy testing.
Documentation
=============

View File

@ -2,10 +2,11 @@
Release History
=================
dev
1.4.5
- Update the pyparsing dependency to a version that supports both
Python 2 and Python 3.
- Add PyPy testing.
1.4.4

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
PROJECT = 'cliff'
VERSION = '1.4.4'
VERSION = '1.4.5'
from setuptools import setup, find_packages