[mistral] mistral 4.0.2 (ocata)
We are gleeful to announce the release of: mistral 4.0.2: Mistral Project This release is part of the ocata stable release series. Download the package from: https://pypi.python.org/pypi/mistral For more details, please see below. Changes in mistral 4.0.1..4.0.2 ------------------------------- ce3bec7 Fix work of task() without task name within on-clause cases eea496e Updated from global requirements Diffstat (except docs and test files) ------------------------------------- mistral/workflow/data_flow.py | 4 +--- mistral/workflow/direct_workflow.py | 3 +++ requirements.txt | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aa3bfdf..b969d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29 +29 @@ paramiko>=2.0 # LGPLv2.1+ -pbr<2.0.0,>=1.8 # Apache-2.0 +pbr>=1.8 # Apache-2.0
participants (1)
-
no-reply@openstack.org