File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,23 @@ Please submit pull requests against https://github.com/release-engineering/kobo.
3131Changelog
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+
3451kobo 0.27.0
3552-----------
3653
Original file line number Diff line number Diff line change 5353
5454setup (
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." ,
You can’t perform that action at this time.
0 commit comments