diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 52fd7b4f..8ed6bf66 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.36.0 +current_version = 0.37.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index fd49e5b8..8e554a74 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.37.0 (2024-10-25) + +- (PR #721, 2024-10-11) rut: Improve type annotation; Add method to validate DV +- (PR #720, 2024-10-11) chore(deps): Bump django from 4.2.15 to 4.2.16 +- (PR #722, 2024-10-25) extras: Pydantic `Rut` type regex is not compliant with JSON Schema + ## 0.36.0 (2024-10-03) - (PR #715, 2024-10-01) chore: Bump actions/checkout from 4.1.7 to 4.2.0 in production-deps group diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index d3e74ea3..a4e3c5d7 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.36.0' +__version__ = '0.37.0'