From f3f55e6576aca310b6a02c05fef123054896434a Mon Sep 17 00:00:00 2001 From: svillegas-cdd Date: Tue, 24 Sep 2024 17:13:58 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 3c83184f..e25c031b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ # History +## 0.33.0 (2024-09-24) + +- (PR #689, 2024-09-24) chore(deps): Bump pydantic from 2.7.2 to 2.8.2 +- (PR #694, 2024-09-24) deps: Bump the development-dependencies group with 4 updates +- (PR #695, 2024-09-24) deps: Update `pydantic` from 2.8.2 to 2.9.2 +- (PR #693, 2024-09-24) chore(deps): Bump cryptography from 42.0.8 to 43.0.1 +- (PR #696, 2024-09-24) extras: Add Pydantic type for `Rut` +- (PR #687, 2024-09-24) chore: Bump the production-dependencies group with 2 updates +- (PR #697, 2024-09-24) cte: Close file object in `f29.parse_datos_obj` + ## 0.32.0 (2024-08-28) - (PR #660, 2024-08-23) chore: Bump setuptools from 65.5.1 to 70.3.0 From b2e74d066b09e96e5ff9eb036fb6116fa6c510cc Mon Sep 17 00:00:00 2001 From: svillegas-cdd Date: Tue, 24 Sep 2024 17:14:03 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.32.0 to 0.33.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 c8aa3d1d..3f1bcccd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.32.0 +current_version = 0.33.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 2826ea58..0b50c67d 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.32.0' +__version__ = '0.33.0'