summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-11 14:05:10 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-11 14:05:10 -0400
commit5b695fecfac9dcccb14ababb76090f39cbb9f901 (patch)
tree991ccad2c3f196d31de83ff31fb2aea14c8edd01
parentb8b0c219772bcd93e4c2f9b3cd8022d89d566743 (diff)
downloadcliff-5b695fecfac9dcccb14ababb76090f39cbb9f901.tar.gz
prep for release 1.41.4
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--announce.rst16
-rw-r--r--docs/source/history.rst2
-rw-r--r--setup.py2
3 files changed, 11 insertions, 9 deletions
diff --git a/announce.rst b/announce.rst
index ef187ea..cab502f 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,6 +1,6 @@
-========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.3.3
-========================================================================
+======================================================================
+ cliff -- Command Line Interface Formulation Framework -- version 1.4
+======================================================================
.. tags:: python cliff release DreamHost
@@ -11,10 +11,12 @@ other extensions.
What's New In This Release?
===========================
-- 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.
+- Store a reference to the InteractiveApp on the App while in
+ interactive mode to allow commands to update the interactive
+ state. (Contributed by Tomaz Muraus)
+- Remove reliance on distribute, now that it has merged with
+ setuptools 0.7. Providing an explicit dependency on setuptools
+ breaks updates in some cases, so just fail if it isn't there.
Documentation
=============
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 2345878..5b090f9 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,7 +2,7 @@
Release History
=================
-dev
+1.4
- Store a reference to the InteractiveApp on the App while in
interactive mode to allow commands to update the interactive
diff --git a/setup.py b/setup.py
index 2faff29..00fe75e 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '1.3.3'
+VERSION = '1.4'
from setuptools import setup, find_packages