Skip to content

Commit

Permalink
[RELEASE] - Release version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcoman committed Jan 8, 2025
1 parent 562e653 commit ee18473
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.3
current_version = 0.16.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# himl
A hierarchical config using yaml in Python.

Latest version is: 0.15.3
Latest version is: 0.16.0

## Description

Expand Down
2 changes: 1 addition & 1 deletion himl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_parser(parser=None):
parser.add_argument('--list-merge-strategy', dest='merge_list_strategy', type=ListMergeStrategy, choices=list(ListMergeStrategy),
default='append',
help='override default merge strategy for list')
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.15.3"),
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.16.0"),
help='print himl version')
return parser

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='himl',
version="0.15.3",
version="0.16.0",
description='A hierarchical config using yaml',
long_description=_readme + '\n\n',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ee18473

Please sign in to comment.