Skip to content

Commit

Permalink
Release 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Nov 25, 2024
1 parent 0568cce commit b4b486f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ Please submit pull requests against https://github.com/release-engineering/kobo.
Changelog
=========

kobo 0.39.0
-----------

### FEATURES & IMPROVEMENTS

- client: `HubProxy` now accepts `transport_args` to customize the
instantiation of the default transport
- `kobo.pkgset.FileCache` now implements `__contains__` for improved
performance

kobo 0.38.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.38.0",
version = "0.39.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 b4b486f

Please sign in to comment.