We are tickled pink to announce the release of: mistral-dashboard 15.0.0: Mistral dashboard This release is part of the zed release series. The source is available from: https://opendev.org/openstack/mistral-dashboard Download the package from: https://pypi.org/project/mistral-dashboard Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral-dashboard 14.0.0..15.0.0 ------------------------------------------- 43903b7 remove unicode from code b23ca23 Use TOX_CONSTRAINTS_FILE bc7b44e remove unicode from code 09d63ae Replace deprecated ugettext_lazy and ungettext_lazy 4afa41b Update python testing as per zed cycle testing runtime 649d174 Update master for stable/yoga 72e8989 Address RemovedInDjango40Warning 52283ee Update TOX_CONSTRAINTS_FILE 0d5eb8c Update master for stable/xena 8b876b0 Enforce usage of raw definitions Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- mistraldashboard/action_executions/forms.py | 2 +- mistraldashboard/action_executions/panel.py | 2 +- mistraldashboard/action_executions/tables.py | 8 +++--- mistraldashboard/action_executions/urls.py | 24 ++++++++-------- mistraldashboard/action_executions/views.py | 2 +- mistraldashboard/actions/forms.py | 2 +- mistraldashboard/actions/panel.py | 2 +- mistraldashboard/actions/tables.py | 8 +++--- mistraldashboard/actions/urls.py | 12 ++++---- mistraldashboard/actions/views.py | 2 +- mistraldashboard/api.py | 7 +++-- mistraldashboard/cron_triggers/forms.py | 2 +- mistraldashboard/cron_triggers/panel.py | 2 +- mistraldashboard/cron_triggers/tables.py | 8 +++--- mistraldashboard/cron_triggers/urls.py | 9 +++--- mistraldashboard/cron_triggers/views.py | 2 +- mistraldashboard/dashboard.py | 2 +- mistraldashboard/default/panel.py | 2 +- mistraldashboard/executions/forms.py | 2 +- mistraldashboard/executions/panel.py | 2 +- mistraldashboard/executions/tables.py | 20 ++++++------- mistraldashboard/executions/urls.py | 26 ++++++++--------- mistraldashboard/executions/views.py | 2 +- mistraldashboard/tasks/panel.py | 2 +- mistraldashboard/tasks/tables.py | 2 +- mistraldashboard/tasks/urls.py | 20 ++++++------- mistraldashboard/tasks/views.py | 2 +- mistraldashboard/workbooks/forms.py | 2 +- mistraldashboard/workbooks/panel.py | 2 +- mistraldashboard/workbooks/tables.py | 8 +++--- mistraldashboard/workbooks/urls.py | 22 +++++++-------- mistraldashboard/workbooks/views.py | 2 +- mistraldashboard/workflows/forms.py | 2 +- mistraldashboard/workflows/panel.py | 2 +- mistraldashboard/workflows/tables.py | 8 +++--- mistraldashboard/workflows/urls.py | 33 +++++++++++----------- mistraldashboard/workflows/views.py | 2 +- .../notes/bug-1931558-4674cdde721dfab8.yaml | 8 ++++++ .../drop-python-3-6-and-3-7-ae37bc21f97de767.yaml | 5 ++++ releasenotes/source/conf.py | 4 +-- releasenotes/source/index.rst | 2 ++ releasenotes/source/xena.rst | 6 ++++ releasenotes/source/yoga.rst | 6 ++++ requirements.txt | 2 +- setup.cfg | 4 +-- tox.ini | 4 +-- 48 files changed, 169 insertions(+), 137 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e831d1f..b9cb2b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ iso8601>=0.1.11 # MIT -python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 +python-mistralclient>=4.3.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org