summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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