[release-announce] python-cinderclient 5.0.2 (train)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 8 11:13:09 UTC 2021
We enthusiastically announce the release of:
python-cinderclient 5.0.2: OpenStack Block Storage API Client Library
This release is part of the train stable release series.
The source is available from:
https://opendev.org/openstack/python-cinderclient
Download the package from:
https://pypi.org/project/python-cinderclient
Please report issues through:
https://bugs.launchpad.net/python-cinderclient/+bugs
For more details, please see below.
Changes in python-cinderclient 5.0.1..5.0.2
-------------------------------------------
7e9e31c Adjust requirements and lower-constraints
2060719 Fix typo: dow -> down
Diffstat (except docs and test files)
-------------------------------------
cinderclient/v3/shell.py | 2 +-
lower-constraints.txt | 1 +
test-requirements.txt | 2 ++
3 files changed, 4 insertions(+), 1 deletion(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index a62a308..4a51054 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,0 +16,2 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+bandit>=1.1.0;python_version>='3.4'
+bandit>=1.1.0,<=1.6.2;python_version=='2.7'
More information about the Release-announce
mailing list