Skip to content

Commit aa5e458

Browse files
committed
Bump version: 4.31.0 → 4.32.0
1 parent a8e120f commit aa5e458

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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.31.0
2+
current_version = 4.32.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.31.0
2+
sonar.projectVersion=4.32.0
33
sonar.python.version=3.7, 3.8, 3.9, 3.10, 3.11, 3.12

CHANGELOG.rst

Lines changed: 2 additions & 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.32.0 (2024-07-??)
15+
v4.32.0 (2024-07-19)
1616
--------------------
1717

1818
Added
@@ -38,6 +38,7 @@ Fixed
3838
- Fixes related to transformers ``PreTrainedModel.from_pretrained``
3939
(`lightning#19863 comment
4040
<https://github.com/Lightning-AI/pytorch-lightning/discussions/19863#discussioncomment-9821765>`__):
41+
4142
- Import path of inherited classmethod not resolving correctly (`#548
4243
<https://github.com/omni-us/jsonargparse/pull/548>`__).
4344
- Resolved parameters leading to multiple values for keyword argument (`#551

jsonargparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
__all__ += _deprecated.__all__
7171

7272

73-
__version__ = "4.31.0"
73+
__version__ = "4.32.0"

0 commit comments

Comments
 (0)