[release-announce] [openstackclient] cliff 2.6.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 20 10:05:17 UTC 2017
We are overjoyed to announce the release of:
cliff 2.6.0: Command Line Interface Formulation Framework
This release is part of the pike release series.
The source is available from:
http://git.openstack.org/cgit/openstack/cliff
Download the package from:
https://pypi.python.org/pypi/cliff
Please report issues through launchpad:
https://bugs.launchpad.net/python-cliff
For more details, please see below.
Changes in cliff 2.5.0..2.6.0
-----------------------------
0666094 Updated from global requirements
f7e3ac4 Add support for epilogs
e7a6a59 Add 'autoprogram-cliff' Sphinx directive
6a39ba5 .gitignore: Ignore eggs
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 +-
cliff/command.py | 6 +
cliff/sphinxext.py | 265 ++++++++++++++++++++++++++++++++++++++++++
requirements.txt | 2 +-
7 files changed, 489 insertions(+), 2 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 769442c..921ab65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list