Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
querti committed Jun 5, 2023
1 parent 9fc731a commit 84434c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 84434c5

Please sign in to comment.