summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-13 13:26:10 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-13 13:26:10 -0400
commitf46c867f3b700fe51b82b00c0cad44722480f0bf (patch)
treef3fdf1f596360d96db5b0aeb21a799dd25a79a27
parent300aec33a3e5299dd3bf3996578c2822914de512 (diff)
downloadcliff-f46c867f3b700fe51b82b00c0cad44722480f0bf.tar.gz
prepare for release 1.4.11.4.1
Change-Id: I192f5a7a8e21a097b2e501995a7e2d90c5dbbea8
-rw-r--r--announce.rst15
-rw-r--r--docs/source/history.rst3
-rw-r--r--setup.py2
3 files changed, 9 insertions, 11 deletions
diff --git a/announce.rst b/announce.rst
index cab502f..76862c7 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,6 +1,6 @@
-======================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.4
-======================================================================
+========================================================================
+ cliff -- Command Line Interface Formulation Framework -- version 1.4.1
+========================================================================
.. tags:: python cliff release DreamHost
@@ -11,12 +11,9 @@ other extensions.
What's New In This Release?
===========================
-- 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.
+- Add ``dict2columns`` method to ``ShowOne``. (Contributed by Dean
+ Troyer)
+- Pin the requirement for cmd2 more tightly.
Documentation
=============
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 700d87d..1e64905 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,10 +2,11 @@
Release History
=================
-dev
+1.4.1
- Add ``dict2columns`` method to ``ShowOne``. (Contributed by Dean
Troyer)
+- Pin the requirement for cmd2 more tightly.
1.4
diff --git a/setup.py b/setup.py
index 88094a2..d0600c0 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '1.4'
+VERSION = '1.4.1'
from setuptools import setup, find_packages