diff --git a/HISTORY.rst b/HISTORY.rst index bfe69f0..2ee462c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.7.2 +++++++++ +* [Config] Support listing sections (#217) + 0.7.1 ++++++++ * Rollback `get_config_parser` in `config.py` (#205) diff --git a/setup.py b/setup.py index 61c4604..894654d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = '0.7.1' +VERSION = '0.7.2' DEPENDENCIES = [ 'argcomplete',