Skip to content

Commit d9d4d35

Browse files
committed
Bump version: 4.42.0 → 4.43.0
1 parent 6f2a951 commit d9d4d35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.42.0
2+
current_version = 4.43.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

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.43.0 (unreleased)
15+
v4.43.0 (2025-11-11)
1616
--------------------
1717

1818
Added

jsonargparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
__all__ += _deprecated.__all__
7373

7474

75-
__version__ = "4.42.0"
75+
__version__ = "4.43.0"

0 commit comments

Comments
 (0)