diff --git a/README.md b/README.md index 51507f00..c4046860 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ Please submit pull requests against https://github.com/release-engineering/kobo. Changelog ========= +kobo 0.29.1 +----------- + +### BUG FIXES + +- Fixed XML-RPC authentication regression introduced in kobo 0.29.0 + kobo 0.29.0 ----------- diff --git a/setup.py b/setup.py index 2e64bbf4..8389139f 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( name = "kobo", - version = "0.29.0", + version = "0.29.1", 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.",