Skip to content

Commit 43414cb

Browse files
authored
Release 0.7.0 (#204)
1 parent fe3bf5d commit 43414cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

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

6+
0.7.0
7+
++++++++
8+
* Add a `default_value_source` property in `HelpParameter` (#202)
9+
* Support removing option/section from config file (#201)
10+
* Support writing comment to config file (#201)
11+
* Import `configparser` directly instead of from `six` (#201)
12+
* Drop `get_config_parser` function from `config.py` (#201)
13+
614
0.7.0rc4
715
++++++++
816
* Change the timing to raise `EVENT_CLI_POST_EXECUTE` event (#199)

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.0rc4'
12+
VERSION = '0.7.0'
1313

1414
DEPENDENCIES = [
1515
'argcomplete',

0 commit comments

Comments
 (0)