[release-announce] taskflow 4.6.0

no-reply at openstack.org no-reply at openstack.org
Tue Feb 2 09:52:12 UTC 2021


We joyfully announce the release of:

taskflow 4.6.0: Taskflow structured state management library.

The source is available from:

    https://opendev.org/openstack/taskflow

Download the package from:

    https://pypi.org/project/taskflow

For more details, please see below.

Changes in taskflow 4.5.0..4.6.0
--------------------------------

0f7c6e94 Fix deprecated Alembic function args
95e06997 Dropping lower constraints testing
1f903294 Add Python3 wallaby unit tests
1ecd7b5b Update master for stable/victoria
42c62010 ignore reno generated artifacts
7ab39946 Adding pre-commit


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |  2 ++
.pre-commit-config.yaml                            | 35 ++++++++++++++++++++++
.zuul.yaml                                         |  3 +-
releasenotes/source/conf.py                        |  2 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++++
.../versions/1cea328f0f65_initial_logbook_deta.py  | 18 +++++------
test-requirements.txt                              |  2 ++
tools/subunit_trace.py                             |  4 +--
tox.ini                                            |  3 +-
11 files changed, 74 insertions(+), 16 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index a3ad90d9..def4e68a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -32,0 +33,2 @@ stestr>=2.0.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list