diff --git a/README.md b/README.md index c17ffc89..58498568 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.33.0 +----------- + +### FEATURES & IMPROVEMENTS + +- hub: added a page for listing failed tasks, alongside the existing + Running/Finished task lists. + kobo 0.32.0 ----------- diff --git a/setup.py b/setup.py index cd104045..9a4e52dc 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( name = "kobo", - version = "0.32.0", + version = "0.33.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.",