Skip to content

Commit

Permalink
kobo 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Nov 26, 2020
1 parent 8db21ba commit 60d17ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,28 @@ Please submit pull requests against https://github.com/release-engineering/kobo.
Changelog
=========

kobo 0.18.0
-----------

### FEATURES & IMPROVEMENTS

- The kobo client now supports a `--profile` argument to select an alternative
configuration file. To enable this functionality, users of kobo should provide
a `default_profile` and `configuration_directory` when creating a
`CommandOptionParser`.

### BUG FIXES

- Fixed a python3 compatibility issue in kobo.http.
- Fixed a crash bug for projects using the default `XMLRPC_TEMPLATE` for the
XML-RPC help page with Django > 1.

kobo 0.17.0
-----------

### FEATURES & IMPROVEMENTS

- Introduced the concept of global variables to `kobo.conf.PyConfigParser`
- Introduced the concept of global variables to `kobo.conf.PyConfigParser`.
This feature allows a variable to be declared in one file and overridden
in a subsequently imported file.

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.17.0",
version = "0.18.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 60d17ff

Please sign in to comment.