We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195afcd commit 5993571Copy full SHA for 5993571
HISTORY.rst
@@ -3,6 +3,15 @@
3
Release History
4
===============
5
6
+0.8.0rc1
7
+++++++++
8
+* Make config item names case-insensitive (#220)
9
+* `get_logger` uses `module_name` directly and no longer adds `cli` prefix (#221)
10
+* `CLILogging` accepts a custom `cli_logger_name` (#221)
11
+* Support ppc64le arch in Travis CI (#222)
12
+* Allow customizing tag message (#223)
13
+* Add `EVENT_CLI_SUCCESSFUL_EXECUTE` (#224)
14
+
15
0.7.2
16
++++++++
17
* [Config] Support listing sections (#217)
setup.py
@@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = '0.7.2'
+VERSION = '0.8.0rc1'
DEPENDENCIES = [
'argcomplete',
0 commit comments