We are pumped to announce the release of: python-manilaclient 1.1.0: Client library for OpenStack Manila API.
For more details, please see the git log history below. Changes in python-manilaclient 1.0.4..1.1.0 ------------------------------------------- 163c34f 2015-04-16 18:13:26 +0000 Uncap library requirements for liberty Diffstat (except docs and test files) ------------------------------------- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b973fc0..64a94ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,3 @@ iso8601>=0.1.9 -oslo.config>=1.9.3,<1.10.0 # Apache-2.0 -oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 -oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +oslo.config>=1.9.3 # Apache-2.0 +oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils>=1.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cdd51e7..5935882 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ ordereddict -oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 +oslosphinx>=2.5.0 # Apache-2.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
