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"