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/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 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'