diff --git a/HISTORY.rst b/HISTORY.rst index 23a2e96..bfe69f0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) diff --git a/setup.py b/setup.py index 5b2e150..61c4604 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = '0.7.0' +VERSION = '0.7.1' DEPENDENCIES = [ 'argcomplete',