From e3df5b64ddaf6c4e5535e27aa04bea307faeb53a Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:47:15 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.26.0=20=E2=86=92=204.26.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .sonarcloud.properties | 2 +- CHANGELOG.rst | 2 +- jsonargparse/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cc694656..dcd5b478 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.26.0 +current_version = 4.26.1 commit = True tag = True tag_name = v{new_version} diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 52e181a1..c74d1d3c 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,3 @@ sonar.sources=jsonargparse -sonar.projectVersion=4.26.0 +sonar.projectVersion=4.26.1 sonar.python.version=3.7, 3.8, 3.9, 3.10, 3.11, 3.12 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5b95d10..e659d84c 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.26.1 (2023-10-??) +v4.26.1 (2023-10-23) -------------------- Fixed diff --git a/jsonargparse/__init__.py b/jsonargparse/__init__.py index 60556fbb..c0af5f0f 100644 --- a/jsonargparse/__init__.py +++ b/jsonargparse/__init__.py @@ -67,4 +67,4 @@ __all__ += _deprecated.__all__ -__version__ = "4.26.0" +__version__ = "4.26.1"