From ef9ff9470f2b7c2e71f1b18e6b7ce1d7bd394e0f Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 20 Oct 2023 08:44:24 +1000 Subject: [PATCH] Release 0.32.0 --- README.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1d2f67..c17ffc89 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ Please submit pull requests against https://github.com/release-engineering/kobo. Changelog ========= +kobo 0.32.0 +----------- + +### FEATURES & IMPROVEMENTS + +- hub: introduced `inherit_worker` argument to `create_subtask` API, allowing workers + to ensure created subtasks are assigned to themselves + kobo 0.31.0 ----------- diff --git a/setup.py b/setup.py index 9bf28362..cd104045 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( name = "kobo", - version = "0.31.0", + version = "0.32.0", description = "A pile of python modules used by Red Hat release engineering to build their tools", url = "https://github.com/release-engineering/kobo/", author = "Red Hat, Inc.",