We are chuffed to announce the release of: python-troveclient 1.1.0: Client library for OpenStack DBaaS API
For more details, please see the git log history below. Changes in python-troveclient 1.0.9..1.1.0 ------------------------------------------ 738479e 2015-04-16 18:13:46 +0000 Uncap library requirements for liberty 5125628 2015-04-08 09:11:13 +0000 Fixes unit-test in troveclient 0fed50e 2015-03-23 16:12:59 +0900 Add test to DatastoreVersionMembers de77518 2015-03-21 00:18:07 +0000 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 4 +- 7 files changed, 102 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 744bcf9..a87acea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ simplejson>=2.2.0 -oslo.utils>=1.2.0 +oslo.utils>=1.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index dcbe47a..6c5f39f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +7,2 @@ discover -oslosphinx>=2.2.0 # Apache-2.0 -requests-mock>=0.5.1 # Apache-2.0 +oslosphinx>=2.5.0 # Apache-2.0 +requests-mock>=0.6.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
