summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-03 11:38:53 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-03 11:39:08 -0500
commit3ba1256ff119c57bf93ee848e8a050acb23cbe7c (patch)
tree332f2c1b69fb4854b15c3db5869f41ac96a7e2d8
parent79a8791e7fefdcbe62f264bf905ac09a1958e753 (diff)
downloadcliff-3ba1256ff119c57bf93ee848e8a050acb23cbe7c.tar.gz
Update history for next release1.5.0
Change-Id: Ibc424639b06362ce915776ea5914860e809ce25e
-rw-r--r--announce.rst10
-rw-r--r--docs/source/history.rst2
2 files changed, 7 insertions, 5 deletions
diff --git a/announce.rst b/announce.rst
index 09e57f8..062c59a 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.4.5
+ cliff -- Command Line Interface Formulation Framework -- version 1.5.0
========================================================================
.. tags:: python cliff release DreamHost
@@ -11,9 +11,11 @@ other extensions.
What's New In This Release?
===========================
-- Update the pyparsing dependency to a version that supports both
- Python 2 and Python 3.
-- Add PyPy testing.
+- Fix the arguments passed to commands when they are instantiated to
+ pull out help. See https://github.com/dreamhost/cliff/issues/52 for
+ details.
+- Add bash command completion. (Contributed by Terry Howe)
+- Use stevedore to load formatter plugins.
Documentation
=============
diff --git a/docs/source/history.rst b/docs/source/history.rst
index e62752c..5684138 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,7 +2,7 @@
Release History
=================
-dev
+1.5
- Fix the arguments passed to commands when they are instantiated to
pull out help. See https://github.com/dreamhost/cliff/issues/52 for