Skip to content

Commit

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

0.7.1
++++++++
* Rollback `get_config_parser` in `config.py` (#205)

0.7.0
++++++++
* Add a `default_value_source` property in `HelpParameter` (#202)
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.0'
VERSION = '0.7.1'

DEPENDENCIES = [
'argcomplete',
Expand Down

0 comments on commit 57441fa

Please sign in to comment.