Skip to content

Commit

Permalink
Bump version: 4.33.1 → 4.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Oct 7, 2024
1 parent 40633ba commit 42d7a5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.33.1
current_version = 4.33.2
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sonar.sources=jsonargparse
sonar.projectVersion=4.33.1
sonar.projectVersion=4.33.2
sonar.python.version=3.8, 3.9, 3.10, 3.11, 3.12, 3.13
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ The semantic versioning only considers the public API as described in
paths are considered internals and can change in minor and patch releases.


v4.33.2 (2024-10-??)
v4.33.2 (2024-10-07)
--------------------

Fixed
^^^^^
- Fix `parse_argv_item` to address the behavior change in `argparse` since Python 3.12.7 (`#591 <https://github.com/omni-us/jsonargparse/pull/591>`__).
- Fix `parse_argv_item` to address the behavior change in `argparse` since
Python 3.12.7 (`#591 <https://github.com/omni-us/jsonargparse/pull/591>`__).


v4.33.1 (2024-09-26)
Expand Down
2 changes: 1 addition & 1 deletion jsonargparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
__all__ += _deprecated.__all__


__version__ = "4.33.1"
__version__ = "4.33.2"

0 comments on commit 42d7a5c

Please sign in to comment.