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.57.0
current_version = 0.58.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.58.0 (2025-09-22)

- (PR #890, 2025-09-16) cte: Add parser for "Datos del Contribuyente"
- (PR #896, 2025-09-16) rut: Add regex for canonical RUT that is compatible with JSON Schema
- (PR #895, 2025-09-16) cte: Add parser for "Propiedades y Bienes Raíces"

## 0.57.0 (2025-09-15)

- (PR #888, 2025-09-10) tests: Refactor and improve constants tests
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.57.0'
__version__ = '0.58.0'
Loading