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