From a823781a2c7ab9970b6a11b2521a0b07554d9a35 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 2 May 2013 14:24:26 -0400 Subject: Update announcement for release 1.3.3 Signed-off-by: Doug Hellmann --- announce.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/announce.rst b/announce.rst index 4d9e4c7..ef187ea 100644 --- a/announce.rst +++ b/announce.rst @@ -1,5 +1,5 @@ ======================================================================== - cliff -- Command Line Interface Formulation Framework -- version 1.3.2 + cliff -- Command Line Interface Formulation Framework -- version 1.3.3 ======================================================================== .. tags:: python cliff release DreamHost @@ -11,15 +11,10 @@ other extensions. What's New In This Release? =========================== -- 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 +- Restore compatibility with prettytable < 0.7.2 by forcing no + output if there is no data (instead of printing an empty + table). Contributed by Dirk Mueller. +- Update to allow cmd2 version 0.6.5.1. Contributed by Dirk Mueller. Documentation ============= -- cgit v1.2.1