Skip to content

Commit ec4fb98

Browse files
authored
Merge pull request #727 from cordada/release/v0.38.0
Release v0.38.0
2 parents d80e255 + 2f0d11f commit ec4fb98

File tree

3 files changed

+7
-2
lines changed

3 files changed

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

HISTORY.md

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

3+
## 0.38.0 (2024-10-28)
4+
5+
- (PR #725, 2024-10-28) extras: Fix generation of JSON Schema for Pydantic `Rut` type
6+
- (PR #726, 2024-10-28) chore(deps): Update `mypy` from 1.11.2 to 1.13.0
7+
38
## 0.37.0 (2024-10-25)
49

510
- (PR #721, 2024-10-11) rut: Improve type annotation; Add method to validate DV

src/cl_sii/__init__.py

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

7-
__version__ = '0.37.0'
7+
__version__ = '0.38.0'

0 commit comments

Comments
 (0)