We are pumped to announce the release of: mistral 13.0.0: Mistral Project This release is part of the xena release series. The source is available from: https://opendev.org/openstack/mistral Download the package from: https://pypi.org/project/mistral Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral 12.0.0..13.0.0 --------------------------------- b2d6de56 Fix unit test failures caused by type mismatch 22e822dd Remove references to sys.version_info 0bba6972 Replace oslo_utils.fnmatch with fnmatch 5055da91 Replace deprecated tenacity.Retrying.call de880e80 Fix unit test failures b64ba9a4 [Doc] Moving to OFTC 0ee7a365 setup.cfg: Replace dashes with underscores b2df56e8 Dropping lower constraints testing b1ee1347 Use py3 as the default runtime for tox 9e44f73a Add Python3 xena unit tests 3846b9e6 Update master for stable/wallaby 85b9b525 Change get-pip url Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 51 ---------------------- mistral/db/sqlalchemy/base.py | 4 +- mistral/event_engine/default_event_engine.py | 2 +- mistral/scheduler/default_scheduler.py | 8 ---- mistral/services/action_heartbeat_checker.py | 8 ---- mistral/services/action_heartbeat_sender.py | 8 ---- mistral/services/legacy_scheduler.py | 8 ---- mistral/utils/rest_utils.py | 7 ++- releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 +++ setup.cfg | 6 +-- tools/docker/Dockerfile | 2 +- tools/install_venv.py | 1 - tools/install_venv_common.py | 4 -- tox.ini | 8 +--- 21 files changed, 29 insertions(+), 125 deletions(-)