diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b08c4380..a532958d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.76.0 +current_version = 0.77.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index 210703d4..2f1eca7f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.77.0 (2026-05-28) + +- (PR #1030, 2026-05-11) chore(deps): Bump the github-actions-production group with 2 updates +- (PR #1036, 2026-05-28) rcv: Enhance parsing and validation for DocumentoReferencias + ## 0.76.0 (2026-05-04) - (PR #1029, 2026-04-29) Drop support for Python 3.9 diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index 19b83fc9..c282f463 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.76.0' +__version__ = '0.77.0'