From 8b79e0b4226b4d239a4c4342e281a833a0b8f193 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Wed, 10 Jan 2024 14:58:18 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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' From cd62a99f0fceaad51ad682884e475c47e2c0a937 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Wed, 10 Jan 2024 14:58:26 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.24.0 to 0.25.0 --- .bumpversion.cfg | 2 +- src/cl_sii/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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'