We are thrilled to announce the release of: monasca-ui 1.7.0: Monasca Plugin for Horizon This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/monasca-ui/ For more details, please see below. Changes in monasca-ui 1.6.0..1.7.0 ---------------------------------- 777f693 Updated from global requirements e2a4676 Imported Translations from Zanata 054fe05 Updated from global requirements fca09aa Remove deprecated attributes and add alternative methods 2deb1ca Updated from global requirements Diffstat (except docs and test files) ------------------------------------- monitoring/alarmdefs/tables.py | 19 +++++++++++++-- monitoring/alarms/tables.py | 19 +++++++++++++-- monitoring/locale/ja/LC_MESSAGES/django.po | 38 ++++++++++++------------------ monitoring/notifications/tables.py | 19 +++++++++++++-- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 6 files changed, 69 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6b60400..c20c02c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ python-monascaclient>=1.1.0 # Apache-2.0 -Django<1.9,>=1.8 # BSD +Django<1.10,>=1.8 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 92e859d..96c61c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -20 +20 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD