summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-29 12:18:18 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-29 12:18:18 -0400
commitff3ac6435ba27a29cdc015d0d7df45c245a7a5e2 (patch)
tree90aa51d23915fd150343d6c0b2f88a5dbdcde6f4
parent624c7b4e70bc0a48d6ca2c5718b61a57a813df49 (diff)
downloadcliff-ff3ac6435ba27a29cdc015d0d7df45c245a7a5e2.tar.gz
update for release 1.4.41.4.4
Change-Id: I573ce261de3d632116b8a926493ff6c0a3ec100e
-rw-r--r--announce.rst5
-rw-r--r--docs/source/history.rst5
-rw-r--r--setup.py2
3 files changed, 9 insertions, 3 deletions
diff --git a/announce.rst b/announce.rst
index 79e35c0..253ba6e 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.4.3
+ cliff -- Command Line Interface Formulation Framework -- version 1.4.4
========================================================================
.. tags:: python cliff release DreamHost
@@ -11,7 +11,8 @@ other extensions.
What's New In This Release?
===========================
-- More stdout encoding issues with Python 2.6.
+- Provide better error handling for unknown commands run from the
+ command line. (Contributed by Christophe Chauvet.)
Documentation
=============
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 11ca264..86c76f8 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,6 +2,11 @@
Release History
=================
+1.4.4
+
+- Provide better error handling for unknown commands run from the
+ command line. (Contributed by Christophe Chauvet.)
+
1.4.3
- More stdout encoding issues with Python 2.6.
diff --git a/setup.py b/setup.py
index 31b7958..1ccb7b0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
PROJECT = 'cliff'
-VERSION = '1.4.3'
+VERSION = '1.4.4'
from setuptools import setup, find_packages