Skip to content

Commit b4b486f

Browse files
committed
Release 0.39.0
1 parent 0568cce commit b4b486f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

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

34+
kobo 0.39.0
35+
-----------
36+
37+
### FEATURES & IMPROVEMENTS
38+
39+
- client: `HubProxy` now accepts `transport_args` to customize the
40+
instantiation of the default transport
41+
- `kobo.pkgset.FileCache` now implements `__contains__` for improved
42+
performance
43+
3444
kobo 0.38.0
3545
-----------
3646

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.38.0",
56+
version = "0.39.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)