We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3bf5d commit 43414cbCopy full SHA for 43414cb
HISTORY.rst
@@ -3,6 +3,14 @@
3
Release History
4
===============
5
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
+
14
0.7.0rc4
15
++++++++
16
* Change the timing to raise `EVENT_CLI_POST_EXECUTE` event (#199)
setup.py
@@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = '0.7.0rc4'
+VERSION = '0.7.0'
DEPENDENCIES = [
'argcomplete',
0 commit comments