We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba89f2 commit 4950060Copy full SHA for 4950060
2 files changed
README.md
@@ -31,6 +31,19 @@ Please submit pull requests against https://github.com/release-engineering/kobo.
31
Changelog
32
=========
33
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
47
kobo 0.33.0
48
-----------
49
setup.py
@@ -53,7 +53,7 @@
53
54
setup(
55
name = "kobo",
56
- version = "0.33.0",
+ version = "0.34.0",
57
description = "A pile of python modules used by Red Hat release engineering to build their tools",
58
url = "https://github.com/release-engineering/kobo/",
59
author = "Red Hat, Inc.",
0 commit comments