From 74244cf04d942ad1bcdaf63bbb4c64cbd9a22347 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 8 Jan 2025 18:54:48 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) 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 From b342377cd12cc01e5228ffe91b08243c38e0f124 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 8 Jan 2025 18:55:08 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.40.0 to 0.41.0 --- .bumpversion.cfg | 2 +- src/cl_sii/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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'