We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d80e255 + 2f0d11f commit ec4fb98Copy full SHA for ec4fb98
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.37.0
+current_version = 0.38.0
3
commit = True
4
tag = False
5
message = chore: Bump version from {current_version} to {new_version}
HISTORY.md
@@ -1,5 +1,10 @@
# History
+## 0.38.0 (2024-10-28)
+
+- (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
8
## 0.37.0 (2024-10-25)
9
10
- (PR #721, 2024-10-11) rut: Improve type annotation; Add method to validate DV
src/cl_sii/__init__.py
@@ -4,4 +4,4 @@
"""
-__version__ = '0.37.0'
+__version__ = '0.38.0'
0 commit comments