Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cl_sii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

"""

__version__ = '0.52.0'
__version__ = '0.53.0'
Loading