From cd090e336262a6ceb374ebfcdde8f607a0cfdc2e Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:50:57 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.34.1=20=E2=86=92=204.35.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 2 +- jsonargparse/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 01162500..1f78c697 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.34.1 +current_version = 4.35.0 commit = True tag = True tag_name = v{new_version} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 617c5eca..4ebc193d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,7 +12,7 @@ The semantic versioning only considers the public API as described in paths are considered internals and can change in minor and patch releases. -v4.35.0 (2024-12-??) +v4.35.0 (2024-12-16) -------------------- Added diff --git a/jsonargparse/__init__.py b/jsonargparse/__init__.py index 06befba8..02227520 100644 --- a/jsonargparse/__init__.py +++ b/jsonargparse/__init__.py @@ -70,4 +70,4 @@ __all__ += _deprecated.__all__ -__version__ = "4.34.1" +__version__ = "4.35.0"