We are thrilled to announce the release of: congress-dashboard 4.0.0: Horizon Plugin for Congress This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/congress-dashboard Download the package from: https://tarballs.openstack.org/congress-dashboard/ Please report issues through: https://bugs.launchpad.net/congress/+bugs For more details, please see below. Changes in congress-dashboard 3.0.0..4.0.0 ------------------------------------------ ba56684 Fix path to policies.css 88e95d7 Add python 3.6 to setup.cfg, in line with Stein target 97cc90d Drop py35 jobs 8921e24 Fix "Construct Rules" dialog placeholder row f78c7dd Make compatible with Django 1.10 and 1.11 7a1e08d Update hacking version 6d162e7 fix typos 78879e1 Use template for lower-constraints d2ea4ee Change openstack-dev to openstack-discuss 569b5ee Increment versioning with pbr instruction 1aa8418 Add python 3.6 for test in tox 9894ebd Modify the 'tox.ini' file eea83f2 Add Apple OS X ".DS_Store" to ".gitignore" file fd5cdb2 add python 3.6 unit test job 0346505 switch documentation job to new PTI 4ffce69 import zuul job settings from project-config 62c77a0 Drop nose dependencies acda7e7 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .zuul.yaml | 9 +++++++-- .../datasources/templates/datasources/_create.html | 1 - congress_dashboard/datasources/views.py | 2 +- congress_dashboard/enabled/_60_policies.py | 2 +- congress_dashboard/policies/rules/workflows.py | 6 +++--- congress_dashboard/policies/templates/policies/_create.html | 1 - .../policies/templates/policies/rules/_create_raw.html | 1 - lower-constraints.txt | 2 -- releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++++++ requirements.txt | 1 - setup.cfg | 4 ++-- test-requirements.txt | 2 +- tox.ini | 7 +++++-- 15 files changed, 28 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4ec1acd..6a9721c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +14,0 @@ django-compressor>=2.0 # MIT -django-nose>=1.4.4 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index aba3164..29e0f98 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0