From ff3ac6435ba27a29cdc015d0d7df45c245a7a5e2 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 29 Aug 2013 12:18:18 -0400 Subject: update for release 1.4.4 Change-Id: I573ce261de3d632116b8a926493ff6c0a3ec100e --- announce.rst | 5 +++-- docs/source/history.rst | 5 +++++ setup.py | 2 +- 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 -- cgit v1.2.1