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 ce995f7 commit e1b7cf8Copy full SHA for e1b7cf8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.43.0
+current_version = 4.44.0
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.44.0 (unreleased)
+v4.44.0 (2025-11-25)
16
--------------------
17
18
Fixed
jsonargparse/__init__.py
@@ -72,4 +72,4 @@
72
__all__ += _deprecated.__all__
73
74
75
-__version__ = "4.43.0"
+__version__ = "4.44.0"
0 commit comments