Skip to content

Commit a8662f3

Browse files
authored
Merge pull request #756 from cordada/release/v0.41.0
Release v0.41.0
2 parents 6e0b09d + b342377 commit a8662f3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.40.0
2+
current_version = 0.41.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 0.41.0 (2025-01-08)
4+
5+
- (PR #753, 2025-01-08) Exclude only individual test files in Mypy configuration
6+
- (PR #755, 2025-01-08) Improve Make tasks `clean-build`, `clean-pyc`, and `clean-test`
7+
38
## 0.40.0 (2025-01-08)
49

510
- (PR #748, 2025-01-06) Use most recent patch version of Python in CI/CD configuration

src/cl_sii/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
55
"""
66

7-
__version__ = '0.40.0'
7+
__version__ = '0.41.0'

0 commit comments

Comments
 (0)