We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f82992 commit 1be4976Copy full SHA for 1be4976
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.40.1
+current_version = 4.40.2
3
commit = True
4
tag = True
5
tag_name = v{new_version}
CHANGELOG.rst
@@ -12,7 +12,7 @@ The semantic versioning only considers the public API as described in
12
paths are considered internals and can change in minor and patch releases.
13
14
15
-v4.40.2 (2025-07-??)
+v4.40.2 (2025-08-06)
16
--------------------
17
18
Fixed
jsonargparse/__init__.py
@@ -70,4 +70,4 @@
70
__all__ += _deprecated.__all__
71
72
73
-__version__ = "4.40.1"
+__version__ = "4.40.2"
0 commit comments