We are delighted to announce the release of: python-ceilometerclient 1.2.0: OpenStack Telemetry API Client Library
For more details, please see the git log history below. Changes in python-ceilometerclient 1.1.0..1.2.0 ----------------------------------------------- 220371b 2015-04-16 18:12:50 +0000 Uncap library requirements for liberty 16880fc 2015-04-02 18:43:25 +0800 print user friendly error message for alarm update time constraints Diffstat (except docs and test files) ------------------------------------- ceilometerclient/v2/alarms.py | 5 +++-- requirements.txt | 8 ++++---- test-requirements.txt | 2 +- 4 files changed, 25 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6ff32c2..bbeb1b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,3 @@ iso8601>=0.1.9 -oslo.i18n>=1.5.0,<1.6.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.i18n>=1.5.0 # Apache-2.0 +oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils>=1.4.0 # Apache-2.0 @@ -14 +14 @@ six>=1.9.0 -stevedore>=1.3.0,<1.4.0 # Apache-2.0 +stevedore>=1.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 953bfe9..99e1c7c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=1.0 -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
