From f68a7d867844002b7283d79453f4f867cbb6d7e5 Mon Sep 17 00:00:00 2001 From: svillegas-cdd Date: Wed, 8 Jan 2025 16:24:40 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 243d7015..14e8df0d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # History +## 0.40.0 (2025-01-08) + +- (PR #748, 2025-01-06) Use most recent patch version of Python in CI/CD configuration +- (PR #750, 2025-01-08) Really use latest patch version of Python in CI/CD configuration +- (PR #751, 2025-01-08) Improve dependency caching in CI/CD configuration +- (PR #749, 2025-01-08) deps: Update dependency constraints of Python package `cl-sii` +- (PR #747, 2025-01-08) chore: Bump the production-dependencies group with 3 updates +- (PR #737, 2025-01-08) chore(deps): Bump setuptools from 70.3.0 to 75.3.0 +- (PR #745, 2025-01-08) chore(deps): Bump pydantic from 2.10.3 to 2.10.4 +- (PR #746, 2025-01-08) chore(deps): Bump the development-dependencies group with 6 updates + ## 0.39.0 (2024-12-12) - (PR #729, 2024-10-30) extras: Fix serialization of `None` in Pydantic `Rut` type From 81d54bd143c5db5d10d5b5d1199d9c7a870ce3ad Mon Sep 17 00:00:00 2001 From: svillegas-cdd Date: Wed, 8 Jan 2025 16:24:44 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.39.0 to 0.40.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 a9462d65..9a6b0109 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.39.0 +current_version = 0.40.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 ed0d0720..dd586b4a 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.39.0' +__version__ = '0.40.0'