From 20ef2c0264f38267c1ba851fe21a4cab2331abf8 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Tue, 30 Jan 2024 16:56:54 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 47e77833..99bc14d0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.26.0 (2024-01-30) + +- (PR #586, 2024-01-30) fix: Add default value for missing code `098` in SII CTE Form 29 +- (PR #577, 2024-01-30) chore: Bump cryptography from 41.0.4 to 41.0.7 +- (PR #587, 2024-01-30) chore: Bump jsonschema from 4.19.2 to 4.21.1 + ## 0.25.0 (2024-10-01) - (PR #581, 2024-01-03) chore: Bump the production-dependencies group with 4 updates From 48e66f170d2dceade2c945c0de84a7413e869758 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Tue, 30 Jan 2024 16:57:01 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.25.0 to 0.26.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 e3f99111..476ccaa3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.25.0 +current_version = 0.26.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 5c2a3976..c1042412 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -5,4 +5,4 @@ """ -__version__ = '0.25.0' +__version__ = '0.26.0'