diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 285c5889..8cc39baf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.0 +current_version = 0.22.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/HISTORY.md b/HISTORY.md index 5142e8e5..b9c2d767 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # History +## 0.22.0 (2023-03-09) + +- (PR #446, 2023-03-07) chore(deps-dev): Bump mypy from 0.991 to 1.0.1 +- (PR #449, 2023-03-08) Drop support for Python 3.7 +- (PR #442, 2023-03-09) chore: Bump actions/cache from 3.2.5 to 3.2.6 +- (PR #440, 2023-03-09) fix(cte): Add default values for known missing codes in SII CTE Form 29 + ## 0.21.0 (2023-02-28) - (PR #441, 2023-03-01) Switch CI/CD from CircleCI to GitHub Actions diff --git a/cl_sii/__init__.py b/cl_sii/__init__.py index ae8b4c36..f27862d8 100644 --- a/cl_sii/__init__.py +++ b/cl_sii/__init__.py @@ -5,4 +5,4 @@ """ -__version__ = '0.21.0' +__version__ = '0.22.0'