Skip to content

Commit 84434c5

Browse files
committed
Release 0.28.0
1 parent 9fc731a commit 84434c5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ Please submit pull requests against https://github.com/release-engineering/kobo.
3131
Changelog
3232
=========
3333

34+
kobo 0.28.0
35+
-----------
36+
37+
### BUG FIXES
38+
39+
- Renamed deprecated get_query_set to get_queryset
40+
- Changed repr to properly deserialize tracebacks sent over XML-RPC
41+
- Fixed remaining Django 3 deprecations
42+
- Fixed reporting of failed uploads
43+
- Changed behavior that log decoding failure doesn't raise an error
44+
- Made it possible to interrupt assigned tasks
45+
46+
### FEATURES & IMPROVEMENTS
47+
48+
- Retired python 2 support
49+
- Added Client Credentials Flow OIDC authentication
50+
3451
kobo 0.27.0
3552
-----------
3653

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
setup(
5555
name = "kobo",
56-
version = "0.27.0",
56+
version = "0.28.0",
5757
description = "A pile of python modules used by Red Hat release engineering to build their tools",
5858
url = "https://github.com/release-engineering/kobo/",
5959
author = "Red Hat, Inc.",

0 commit comments

Comments
 (0)