From 84434c534f61883c88a2cb640b60142af8ad4896 Mon Sep 17 00:00:00 2001 From: Lubomir Gallovic Date: Mon, 5 Jun 2023 10:26:07 +0200 Subject: [PATCH] Release 0.28.0 --- README.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b3da1c..5773546a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,23 @@ Please submit pull requests against https://github.com/release-engineering/kobo. Changelog ========= +kobo 0.28.0 +----------- + +### BUG FIXES + +- Renamed deprecated get_query_set to get_queryset +- Changed repr to properly deserialize tracebacks sent over XML-RPC +- Fixed remaining Django 3 deprecations +- Fixed reporting of failed uploads +- Changed behavior that log decoding failure doesn't raise an error +- Made it possible to interrupt assigned tasks + +### FEATURES & IMPROVEMENTS + +- Retired python 2 support +- Added Client Credentials Flow OIDC authentication + kobo 0.27.0 ----------- diff --git a/setup.py b/setup.py index 55b771ed..71fed47a 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( name = "kobo", - version = "0.27.0", + version = "0.28.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.",