Skip to content

Commit ac790ba

Browse files
committed
Bump version: 4.19.0 → 4.20.0
1 parent 2d08e83 commit ac790ba

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.19.0
2+
current_version = 4.20.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sonar.sources=jsonargparse
2-
sonar.projectVersion=4.19.0
2+
sonar.projectVersion=4.20.0
33
sonar.python.version=3.6, 3.7, 3.8, 3.9, 3.10, 3.11

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The semantic versioning only considers the public API as described in
1212
paths are considered internals and can change in minor and patch releases.
1313

1414

15-
v4.20.0 (2023-01-??)
15+
v4.20.0 (2023-02-20)
1616
--------------------
1717

1818
Added

jsonargparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
__all__ += deprecated.__all__
6868

6969

70-
__version__ = '4.19.0'
70+
__version__ = '4.20.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jsonargparse =
8181

8282
[metadata]
8383
name = jsonargparse
84-
version = 4.19.0
84+
version = 4.20.0
8585
description = Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.
8686
long_description_content_type = text/x-rst
8787
author = Mauricio Villegas

0 commit comments

Comments
 (0)