Skip to content

Commit 4950060

Browse files
committed
Release 0.34.0
1 parent 2ba89f2 commit 4950060

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

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

34+
kobo 0.34.0
35+
-----------
36+
37+
### FEATURES & IMPROVEMENTS
38+
39+
- hub: the `/` character may now be used within usernames
40+
41+
### BUG FIXES
42+
43+
- hub: uploads of the same name but different content are no
44+
longer considered duplicates
45+
46+
3447
kobo 0.33.0
3548
-----------
3649

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