Skip to content

Commit 196b8c1

Browse files
Merge pull request #584 from cordada/release/v0.25.0
Release v0.25.0
2 parents 10eca7a + cd62a99 commit 196b8c1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.24.0
2+
current_version = 0.25.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# History
22

3+
## 0.25.0 (2024-10-01)
4+
5+
- (PR #581, 2024-01-03) chore: Bump the production-dependencies group with 4 updates
6+
- (PR #571, 2024-01-03) chore: Bump cryptography from 41.0.4 to 41.0.6
7+
- (PR #580, 2024-01-09) chore: Bump the development-dependencies group with 7 updates
8+
- (PR #583, 2024-01-10) dte: Allow gaps when validating order of `DteXmlData.referencias`
9+
- (PR #579, 2024-01-10) chore: Bump pydantic from 2.4.2 to 2.5.3
10+
311
## 0.24.0 (2023-11-09)
412

513
- (PR #555, 2023-10-23) Fix GitHub code scanning alerts 'Clear-text logging of sensitive info'

src/cl_sii/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77

8-
__version__ = '0.24.0'
8+
__version__ = '0.25.0'

0 commit comments

Comments
 (0)