Skip to content

Commit

Permalink
Release 0.7.0 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrownj authored May 8, 2020
1 parent fe3bf5d commit 43414cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
===============

0.7.0
++++++++
* Add a `default_value_source` property in `HelpParameter` (#202)
* Support removing option/section from config file (#201)
* Support writing comment to config file (#201)
* Import `configparser` directly instead of from `six` (#201)
* Drop `get_config_parser` function from `config.py` (#201)

0.7.0rc4
++++++++
* Change the timing to raise `EVENT_CLI_POST_EXECUTE` event (#199)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = '0.7.0rc4'
VERSION = '0.7.0'

DEPENDENCIES = [
'argcomplete',
Expand Down

0 comments on commit 43414cb

Please sign in to comment.