Skip to content

Commit 6c89858

Browse files
committed
Bump version: 4.29.0 → 4.30.0
1 parent 4787752 commit 6c89858

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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.29.0
2+
current_version = 4.30.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.29.0
2+
sonar.projectVersion=4.30.0
33
sonar.python.version=3.7, 3.8, 3.9, 3.10, 3.11, 3.12

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ 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.30.0 (2024-06-??)
15+
v4.30.0 (2024-06-18)
1616
--------------------
1717

1818
Added
1919
^^^^^
2020
- Allow adding config argument with ``action="config"`` avoiding need to import
21-
action class.
21+
action class (`#512
22+
<https://github.com/omni-us/jsonargparse/pull/512>`__).
2223
- Allow providing a function with return type a class in ``class_path``
2324
(`lightning#13613
24-
<https://github.com/Lightning-AI/pytorch-lightning/discussions/13613>`__)
25+
<https://github.com/Lightning-AI/pytorch-lightning/discussions/13613>`__).
2526
- Automatic ``--print_shtab`` option when ``shtab`` is installed, providing
2627
completions for many type hints without the need to modify code (`#528
2728
<https://github.com/omni-us/jsonargparse/pull/528>`__).

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.29.0"
73+
__version__ = "4.30.0"

0 commit comments

Comments
 (0)