We are ecstatic to announce the release of:
python-manilaclient 1.17.1: Client library for OpenStack Manila API.
This release is part of the pike release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-manilaclient
Download the package from:
https://pypi.python.org/pypi/python-manilaclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-manilaclient
For more details, please see below.
Changes in python-manilaclient 1.17.0..1.17.1
---------------------------------------------
502eb75 Fix manilclient.v2 import error
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 1 +
1 file changed, 1 insertion(+)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index f952833..e60a41d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,0 +8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
+ipaddress>=1.0.7;python_version<'3.3' # PSF