Skip to content

Commit 4f82bdb

Browse files
committed
[RELEASE] - Release version 0.7.2
1 parent c7b545b commit 4f82bdb

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.1
2+
current_version = 0.7.2
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -13,4 +13,3 @@ serialize =
1313
[bumpversion:file:setup.py]
1414

1515
[bumpversion:file:himl/main.py]
16-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# himl
22
A hierarchical config using yaml in Python.
33

4-
Latest version is: 0.7.1
4+
Latest version is: 0.7.2
55

66
## Description
77

himl/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_parser(parser=None):
6363
help='the working directory')
6464
parser.add_argument('--multi-line-string', action='store_true',
6565
help='will overwrite the global yaml dumper to use block style')
66-
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.7.1"),
66+
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.7.2"),
6767
help='print himl version')
6868
return parser
6969

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='himl',
17-
version="0.7.1",
17+
version="0.7.2",
1818
description='A hierarchical config using yaml',
1919
long_description=_readme + '\n\n',
2020
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)