From 468ed0b0099c065ddb1ce433e56398265fab4686 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Thu, 20 Nov 2025 16:48:14 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index b2ea4d7c..a756f37b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.64.0 (2025-11-20) + +- (PR #941, 2025-11-20) rcv: Make IVA fields optional in schemas and data models + ## 0.63.0 (2025-11-13) - (PR #928, 2025-10-29) Do not install `setuptools` using Make tasks From 5091044e4723b230bb65436cad30fe0a5f0d8810 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Thu, 20 Nov 2025 16:48:19 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.63.0 to 0.64.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 805251fc..979bea86 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.63.0 +current_version = 0.64.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 11c39121..b9c17fa5 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.63.0' +__version__ = '0.64.0'