diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1799a203..e3f99111 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.24.0 +current_version = 0.25.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index 09a3a101..47e77833 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## 0.25.0 (2024-10-01) + +- (PR #581, 2024-01-03) chore: Bump the production-dependencies group with 4 updates +- (PR #571, 2024-01-03) chore: Bump cryptography from 41.0.4 to 41.0.6 +- (PR #580, 2024-01-09) chore: Bump the development-dependencies group with 7 updates +- (PR #583, 2024-01-10) dte: Allow gaps when validating order of `DteXmlData.referencias` +- (PR #579, 2024-01-10) chore: Bump pydantic from 2.4.2 to 2.5.3 + ## 0.24.0 (2023-11-09) - (PR #555, 2023-10-23) Fix GitHub code scanning alerts 'Clear-text logging of sensitive info' diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index 7fff42a2..5c2a3976 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -5,4 +5,4 @@ """ -__version__ = '0.24.0' +__version__ = '0.25.0'