From 803063308c41bdc201e286f1bc5f0c22c6f9ace2 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Mon, 22 Sep 2025 12:23:21 -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 9af257ef..aa13d3e3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.58.0 (2025-09-22) + +- (PR #890, 2025-09-16) cte: Add parser for "Datos del Contribuyente" +- (PR #896, 2025-09-16) rut: Add regex for canonical RUT that is compatible with JSON Schema +- (PR #895, 2025-09-16) cte: Add parser for "Propiedades y Bienes RaĆ­ces" + ## 0.57.0 (2025-09-15) - (PR #888, 2025-09-10) tests: Refactor and improve constants tests From e79dd783ef34a393ed45fb8edcdca2f0ee0ba42b Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Mon, 22 Sep 2025 12:31:30 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.57.0 to 0.58.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 b5f0115c..50663019 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.57.0 +current_version = 0.58.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 f595f3ce..fc6fdafc 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.57.0' +__version__ = '0.58.0'