From dc7b7d857ce3c11b2a3155b81f2470b3b579e7c9 Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Mon, 27 Jul 2020 16:58:05 +0800 Subject: [PATCH] Release 0.7.2 (#218) --- HISTORY.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',