diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fb6dc1e4..a9c8428f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.34.0 +current_version = 0.35.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index 8a8198b2..a59aa594 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.35.0 (2024-09-26) + +- (PR #706, 2024-09-26) Improvements and fixes related to validation of trusted inputs +- (PR #582, 2024-09-26) Add configuration for ignoring revisions in Git Blame +- (PR #707, 2024-09-26) Make file `setup.py` executable again + ## 0.34.0 (2024-09-26) - (PR #690, 2024-09-25) chore(deps): Bump lxml from 5.2.2 to 5.3.0 diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index 6436eb09..ee2f739d 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.34.0' +__version__ = '0.35.0'