Skip to content

Commit 9fc64b3

Browse files
Merge pull request #723 from cordada/release/v0.37.0
Release v0.37.0
2 parents 02f52af + 4058c6b commit 9fc64b3

File tree

3 files changed

+8
-2
lines changed

3 files changed

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

HISTORY.md

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

3+
## 0.37.0 (2024-10-25)
4+
5+
- (PR #721, 2024-10-11) rut: Improve type annotation; Add method to validate DV
6+
- (PR #720, 2024-10-11) chore(deps): Bump django from 4.2.15 to 4.2.16
7+
- (PR #722, 2024-10-25) extras: Pydantic `Rut` type regex is not compliant with JSON Schema
8+
39
## 0.36.0 (2024-10-03)
410

511
- (PR #715, 2024-10-01) chore: Bump actions/checkout from 4.1.7 to 4.2.0 in production-deps group

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.36.0'
7+
__version__ = '0.37.0'

0 commit comments

Comments
 (0)