Skip to content

Commit 57441fa

Browse files
authored
Release 0.7.1 (#206)
1 parent fa4667b commit 57441fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
0.7.1
7+
++++++++
8+
* Rollback `get_config_parser` in `config.py` (#205)
9+
610
0.7.0
711
++++++++
812
* Add a `default_value_source` property in `HelpParameter` (#202)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup, find_packages
1111

12-
VERSION = '0.7.0'
12+
VERSION = '0.7.1'
1313

1414
DEPENDENCIES = [
1515
'argcomplete',

0 commit comments

Comments
 (0)