Skip to content

Commit c4efb69

Browse files
Merge pull request #869 from cordada/release/v0.53.0
Release v0.53.0
2 parents f416948 + fe2c809 commit c4efb69

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.52.0
2+
current_version = 0.53.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## 0.53.0 (2025-09-02)
4+
5+
- (PR #862, 2025-08-28) chore(deps): Bump the github-actions-production group with 5 updates
6+
- (PR #864, 2025-08-28) rcv: Expand "RCV Compras" CSV schemas and update field mappings
7+
- (PR #867, 2025-09-02) rcv: Update RCV CSV typing and RCV Ventas preprocessing
8+
39
## 0.52.0 (2025-08-28)
410

511
- (PR #850, 2025-08-21) chore(deps): Bump the python-development group across 1 directory with 6 updates

src/cl_sii/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
55
"""
66

7-
__version__ = '0.52.0'
7+
__version__ = '0.53.0'

0 commit comments

Comments
 (0)