Skip to content

Commit 226fd06

Browse files
committed
Bump version: 4.28.0 → 4.29.0
1 parent f44ba32 commit 226fd06

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-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.28.0
2+
current_version = 4.29.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.28.0
2+
sonar.projectVersion=4.29.0
33
sonar.python.version=3.7, 3.8, 3.9, 3.10, 3.11, 3.12

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
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.29.0 (2024-04-??)
15+
v4.29.0 (2024-05-24)
1616
--------------------
1717

1818
Added
@@ -21,7 +21,8 @@ Added
2121
<https://github.com/omni-us/jsonargparse/issues/457>`__).
2222
- Directly providing a dict with parameters or a single parameter to a subclass
2323
or callable with class return now implicitly tries using the base class as
24-
``class_path`` if not abstract.
24+
``class_path`` if not abstract (`#505
25+
<https://github.com/omni-us/jsonargparse/pull/505>`__).
2526

2627
Fixed
2728
^^^^^
@@ -42,7 +43,8 @@ Fixed
4243
Changed
4344
^^^^^^^
4445
- When parsing fails due to unexpected key, now there are specific error
45-
messages for the cases of groups and subcommands.
46+
messages for the cases of groups and subcommands (`#506
47+
<https://github.com/omni-us/jsonargparse/pull/506>`__).
4648

4749

4850
v4.28.0 (2024-04-17)

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.28.0"
73+
__version__ = "4.29.0"

0 commit comments

Comments
 (0)