Skip to content

Commit d750fe3

Browse files
Merge pull request #743 from cordada/release/v0.39.0
Release v0.39.0
2 parents 9749acb + 4cd44dd commit d750fe3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.38.0
2+
current_version = 0.39.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

HISTORY.md

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

3+
## 0.39.0 (2024-12-12)
4+
5+
- (PR #729, 2024-10-30) extras: Fix serialization of `None` in Pydantic `Rut` type
6+
- (PR #730, 2024-11-19) chore: Bump the production-dependencies group with 6 updates
7+
- (PR #733, 2024-11-20) chore: Bump the development-dependencies group across 1 directory with 5 updates
8+
- (PR #734, 2024-12-05) chore: Bump the production-dependencies group with 2 updates
9+
- (PR #732, 2024-12-05) chore(deps): Bump cryptography from 43.0.1 to 43.0.3
10+
- (PR #739, 2024-12-09) chore(deps): Bump pydantic from 2.9.2 to 2.10.3
11+
- (PR #740, 2024-12-09) chore(deps): Bump django from 4.2.16 to 4.2.17
12+
- (PR #736, 2024-12-12) chore(deps): Bump signxml from 3.2.2 to 4.0.3
13+
- (PR #742, 2024-12-12) deps: Update cryptography to 44.0.0 and pyopenssl to 24.3.0
14+
315
## 0.38.0 (2024-10-28)
416

517
- (PR #725, 2024-10-28) extras: Fix generation of JSON Schema for Pydantic `Rut` type

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.38.0'
7+
__version__ = '0.39.0'

0 commit comments

Comments
 (0)