We are pumped to announce the release of: python-neutronclient 4.1.2: CLI and Client Library for OpenStack Networking This release is part of the mitaka stable release series. With source available at: http://git.openstack.org/cgit/openstack/python-neutronclient With package available at: https://pypi.python.org/pypi/python-neutronclient Please report issues through launchpad: http://bugs.launchpad.net/python-neutronclient For more details, please see below. Changes in python-neutronclient 4.1.1..4.1.2 -------------------------------------------- c464316 Updated from global requirements d88cccb Update .gitreview for stable/mitaka Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c1142eb..cc6fd9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ pbr>=1.6 # Apache-2.0 -cliff!=1.16.0,>=1.15.0 # Apache-2.0 +cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0