From 1ac403461947289c2eae8b197d1a3e51e1d487b6 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 3 May 2024 08:18:25 +1000 Subject: [PATCH] Release 0.36.2 --- README.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c558b1..22d956d 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.36.2 +----------- + +### BUG FIXES + +- worker: fixed another logging deadlock introduced in kobo 0.36.0 + kobo 0.36.1 ----------- diff --git a/setup.py b/setup.py index 1f64ef2..2823029 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( name = "kobo", - version = "0.36.1", + version = "0.36.2", 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.",