Skip to content

Commit d1eb93a

Browse files
Merge pull request #865 from cordada/release/v0.52.0
Release v0.52.0
2 parents 3f760c0 + af72771 commit d1eb93a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.51.0
2+
current_version = 0.52.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

HISTORY.md

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

3+
## 0.52.0 (2025-08-28)
4+
5+
- (PR #850, 2025-08-21) chore(deps): Bump the python-development group across 1 directory with 6 updates
6+
- (PR #856, 2025-08-26) Update Dependabot configuration
7+
- (PR #847, 2025-08-26) chore(deps): Bump jsonschema from 4.24.0 to 4.25.0
8+
- (PR #857, 2025-08-26) Minor improvement of CI workflow
9+
- (PR #858, 2025-08-26) rut: Constant `RUT_DIGITS_MIN_VALUE` should be for the whole range of RUTs
10+
- (PR #859, 2025-08-27) rcv: Enhance "RCV Ventas" CSV parsing and add schema fields
11+
312
## 0.51.0 (2025-08-21)
413

514
- (PR #852, 2025-08-21) rcv: Add RvTipoVenta enum to represent "Tipo de Venta" in RCV

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.51.0'
7+
__version__ = '0.52.0'

0 commit comments

Comments
 (0)