Skip to content

Commit

Permalink
Bump version: 4.24.0 → 4.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Sep 6, 2023
1 parent 7be0139 commit 826d786
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 = 4.24.0
current_version = 4.24.1
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.24.0
sonar.projectVersion=4.24.1
sonar.python.version=3.6, 3.7, 3.8, 3.9, 3.10, 3.11
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The semantic versioning only considers the public API as described in
paths are considered internals and can change in minor and patch releases.


v4.24.1 (2023-09-??)
v4.24.1 (2023-09-06)
--------------------

Fixed
Expand Down
2 changes: 1 addition & 1 deletion jsonargparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
__all__ += _deprecated.__all__


__version__ = "4.24.0"
__version__ = "4.24.1"


py36_set_deprecated_module_attributes(globals())

0 comments on commit 826d786

Please sign in to comment.