Skip to content

Commit

Permalink
Bump version: 4.11.0 → 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Jul 22, 2022
1 parent d1d37eb commit 4bd5dc4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 4.11.0
current_version = 4.12.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sonar.sources=jsonargparse
sonar.projectVersion=4.11.0
sonar.projectVersion=4.12.0
sonar.python.version=3.6, 3.7, 3.8, 3.9, 3.10
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The semantic versioning only considers the public API as described in
paths are considered internals and can change in any moment.


v4.12.0 (2022-07-??)
v4.12.0 (2022-07-22)
--------------------

Added
Expand Down
2 changes: 1 addition & 1 deletion jsonargparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
__all__ += deprecated.__all__


__version__ = '4.11.0'
__version__ = '4.12.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jsonargparse =

[metadata]
name = jsonargparse
version = 4.11.0
version = 4.12.0
description = Parsing of command line options, yaml/jsonnet config files and/or environment variables based on argparse.
long_description_content_type = text/x-rst
author = Mauricio Villegas
Expand Down

0 comments on commit 4bd5dc4

Please sign in to comment.