diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9a6b0109..d0989fd4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.40.0 +current_version = 0.41.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index 14e8df0d..e63022db 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.41.0 (2025-01-08) + +- (PR #753, 2025-01-08) Exclude only individual test files in Mypy configuration +- (PR #755, 2025-01-08) Improve Make tasks `clean-build`, `clean-pyc`, and `clean-test` + ## 0.40.0 (2025-01-08) - (PR #748, 2025-01-06) Use most recent patch version of Python in CI/CD configuration diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index dd586b4a..89c02ee8 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.40.0' +__version__ = '0.41.0'