summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-05-02 14:22:38 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-05-02 14:22:38 -0400
commit58a24ee882979f0d2a092460f8607907ad34b116 (patch)
tree310317f73b07012854dcdbe6b2f784400ea1cd8d
parent2bdbbee3f49108cd03eafcc8910716df8c09ebed (diff)
downloadcliff-58a24ee882979f0d2a092460f8607907ad34b116.tar.gz
Prepare for release 1.3.31.3.3
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--docs/source/history.rst7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 552ed30..6e2f7c8 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,6 +2,13 @@
Release History
=================
+1.3.3
+
+ - 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.
+
1.3.2
- Add ``convert_underscores`` parameter to ``CommandManager`` ``__init__``
diff --git a/setup.py b/setup.py
index 220864d..31ea374 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '1.3.2'
+VERSION = '1.3.3'
# Bootstrap installation of Distribute
import distribute_setup