[release-announce] cliff 2.11.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 3 14:06:51 UTC 2018


We are thrilled to announce the release of:

cliff 2.11.1: Command Line Interface Formulation Framework

This release is part of the queens stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/cliff

Download the package from:

    https://pypi.org/project/cliff

Please report issues through launchpad:

    https://bugs.launchpad.net/python-cliff

For more details, please see below.

Changes in cliff 2.11.0..2.11.1
-------------------------------

085310c Align parsed() call with cmd2 versions >= 0.7.3
e5d7f40 update cmd2 dependency to handle py3 only versions
c2d6163 Update .gitreview for stable/queens


Diffstat (except docs and test files)
-------------------------------------

.gitreview           | 1 +
cliff/interactive.py | 8 +++++++-
requirements.txt     | 3 ++-
3 files changed, 10 insertions(+), 2 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 4f26b92..1c13fbd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-cmd2>=0.6.7 # MIT
+cmd2>=0.6.7,<0.9.0;python_version<'3.0' # MIT
+cmd2>=0.6.7;python_version>='3.0' # MIT






More information about the Release-announce mailing list