diff --git a/.bumpversion.cfg b/.bumpversion.cfg index db66902b..34ba068e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.61.0 +current_version = 0.62.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index 2efb2e29..8ef8b487 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.62.0 (2025-10-29) + +- (PR #924, 2025-10-29) deps: Update `keyring` from 21.4.0 to 25.6.0 +- (PR #925, 2025-10-29) Fix Python package license metadata deprecations + ## 0.61.0 (2025-10-29) - (PR #916, 2025-10-29) Add support for Python 3.11 diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index 748de295..24c05d68 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.61.0' +__version__ = '0.62.0'