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.",