We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f8a1a commit dc7b7d8Copy full SHA for dc7b7d8
HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+0.7.2
7
+++++++++
8
+* [Config] Support listing sections (#217)
9
+
10
0.7.1
11
++++++++
12
* Rollback `get_config_parser` in `config.py` (#205)
setup.py
@@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = '0.7.1'
+VERSION = '0.7.2'
13
14
DEPENDENCIES = [
15
'argcomplete',
0 commit comments