From 42d7a5c2139583bf8cec1aa79e6afe788f878385 Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:19:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.33.1=20=E2=86=92=204.33.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .sonarcloud.properties | 2 +- CHANGELOG.rst | 5 +++-- jsonargparse/__init__.py | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6f74ce1b..2c06678d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.33.1 +current_version = 4.33.2 commit = True tag = True tag_name = v{new_version} diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 95399452..12f38fa3 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -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 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9666ab94..b39e037d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `__). +- Fix `parse_argv_item` to address the behavior change in `argparse` since + Python 3.12.7 (`#591 `__). v4.33.1 (2024-09-26) diff --git a/jsonargparse/__init__.py b/jsonargparse/__init__.py index a4606c83..d4583f62 100644 --- a/jsonargparse/__init__.py +++ b/jsonargparse/__init__.py @@ -70,4 +70,4 @@ __all__ += _deprecated.__all__ -__version__ = "4.33.1" +__version__ = "4.33.2"