Skip to content

Commit 3dd7121

Browse files
committed
[RELEASE] - Release version 0.20.0
1 parent aa098bd commit 3dd7121

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

88
A hierarchical config using yaml in Python.
99

10-
Latest version is: **0.19.0**
10+
Latest version is: **0.20.0**
1111

1212
> **⚠️ Breaking Changes in v0.18.0**
1313
> This version includes breaking changes:

himl/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_parser(parser=None):
8181
help='override default merge strategy for list')
8282
parser.add_argument('--allow-unicode', dest='allow_unicode', action='store_true', default=False,
8383
help='allow unicode characters in output (default: False, outputs escape sequences)')
84-
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.19.0"),
84+
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.20.0"),
8585
help='print himl version')
8686
return parser
8787

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Documentation = "https://github.com/adobe/himl#readme"
6868
write_to = "himl/_version.py"
6969

7070
[tool.bumpversion]
71-
current_version = "0.19.0"
71+
current_version = "0.20.0"
7272
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
7373
serialize = ["{major}.{minor}.{patch}"]
7474
search = "{current_version}"

0 commit comments

Comments
 (0)