From 554e369591d4a03d615016aa2e98009fd9620830 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Tue, 2 Sep 2025 11:23:04 -0400 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 d68010af..80e0d4c7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.53.0 (2025-09-02) + +- (PR #862, 2025-08-28) chore(deps): Bump the github-actions-production group with 5 updates +- (PR #864, 2025-08-28) rcv: Expand "RCV Compras" CSV schemas and update field mappings +- (PR #867, 2025-09-02) rcv: Update RCV CSV typing and RCV Ventas preprocessing + ## 0.52.0 (2025-08-28) - (PR #850, 2025-08-21) chore(deps): Bump the python-development group across 1 directory with 6 updates From fe2c809b81de997fc95d4eff1f1b68370460ed1b Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Tue, 2 Sep 2025 11:23:15 -0400 Subject: [PATCH 2/2] chore: Bump version from 0.52.0 to 0.53.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 4ba45e9e..232138e6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.52.0 +current_version = 0.53.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 3002675c..d79300a8 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.52.0' +__version__ = '0.53.0'