We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4667b commit 57441faCopy full SHA for 57441fa
HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+0.7.1
7
+++++++++
8
+* Rollback `get_config_parser` in `config.py` (#205)
9
+
10
0.7.0
11
++++++++
12
* Add a `default_value_source` property in `HelpParameter` (#202)
setup.py
@@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = '0.7.0'
+VERSION = '0.7.1'
13
14
DEPENDENCIES = [
15
'argcomplete',
0 commit comments