From 7f2c5c7c560c9a7bbd24c2aa0744d82bf980048a Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Tue, 5 Sep 2023 13:25:16 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9f0140e6..e58ca321 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # History +## 0.23.2 (2023-09-05) + +- (PR #522, 2023-08-07) Enable Editor Configuration validation in Super-Linter +- (PR #523, 2023-08-08) chore(deps): Update `pydantic` from 1.10.4 to 1.10.12 +- (PR #524, 2023-08-10) Fix type checking of Setuptools configuration +- (PR #521, 2023-08-10) chore: Bump cryptography from 41.0.2 to 41.0.3 +- (PR #525, 2023-08-28) Add dependency groups to Dependabot configuration +- (PR #526, 2023-08-28) chore: Bump the production-dependencies group with 2 updates + ## 0.23.1 (2023-07-26) - (PR #478, 2023-04-05) Fix Git alias `lg-github-pr-summary` in Contributing Guidelines From cd79f31de07a5a3709de333ce6ab8b9d73ed436e Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Tue, 5 Sep 2023 13:25:28 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.23.1 to 0.23.2 --- .bumpversion.cfg | 2 +- cl_sii/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a99c94bf..23e77450 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.23.1 +current_version = 0.23.2 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/cl_sii/__init__.py b/cl_sii/__init__.py index 73eac80b..b50016a8 100644 --- a/cl_sii/__init__.py +++ b/cl_sii/__init__.py @@ -5,4 +5,4 @@ """ -__version__ = '0.23.1' +__version__ = '0.23.2'