Skip to content

Commit 5993571

Browse files
authored
Release 0.8.0rc1 (#226)
1 parent 195afcd commit 5993571

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Release History
44
===============
55

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+
615
0.7.2
716
++++++++
817
* [Config] Support listing sections (#217)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup, find_packages
1111

12-
VERSION = '0.7.2'
12+
VERSION = '0.8.0rc1'
1313

1414
DEPENDENCIES = [
1515
'argcomplete',

0 commit comments

Comments
 (0)