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/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 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'