diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7a929b2f..00df10a3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.49.0 +current_version = 0.50.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index 43a2f879..8091b3a5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.50.0 (2025-08-20) + +- (PR #843, 2025-07-30) chore(task): Update editorconfig checker +- (PR #844, 2025-08-01) Pin GitHub Action `codecov/codecov-action` to commit hash +- (PR #848, 2025-08-20) rcv: Add RcTipoCompra enum to represent "Tipo de Compra" in RCV + ## 0.49.0 (2025-07-08) - (PR #837, 2025-07-02) dte: Customize range of random folio in `DteNaturalKey.random()` diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index bca78b9c..32f03b96 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.49.0' +__version__ = '0.50.0'