From 014a7ac3e69308b452ec1993008af948c2a543d4 Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Mon, 27 Jul 2020 16:52:11 +0800 Subject: [PATCH] Release 0.7.2 --- 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',