From 220f00b2fbdb1b35d3985e5e0a3928dd4e8508ea Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 10 Sep 2025 10:55:25 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f6c1a494..9fd382db 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.55.0 (2025-09-10) + +- (PR #878, 2025-09-10) extras: Improve Django filter for `Rut` +- (PR #879, 2025-09-10) chore(deps): Bump the github-actions-production group with 2 updates + ## 0.54.0 (2025-09-09) - (PR #871, 2025-09-09) rut: Use class variables for exception messages raised by `Rut` From 43cf9a6d1e1a7893dc34ee58f24aaa706142542a Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 10 Sep 2025 10:55:39 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.54.0 to 0.55.0 --- .bumpversion.cfg | 2 +- src/cl_sii/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 32713dcb..89f6363c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.54.0 +current_version = 0.55.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index 852c8b84..9b305a08 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.54.0' +__version__ = '0.55.0'