From e2f5e81489127099410d085dc0cb4a476c894041 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 17 Jul 2024 18:42:11 -0400 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index b2f2c8fe..f588b139 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # History +## 0.31.0 (2024-07-17) + +- (PR #661, 2024-07-17) extras: Add `RutFilter` for Django views and DRF views +- (PR #662, 2024-07-17) extras: Add Django URL path converter for RUT and Tipo DTE +- (PR #663, 2024-07-17) extras: Add mapping of Django model fields to DRF serializer fields +- (PR #664, 2024-07-17) extras: Reformat source code of `.dj_filters` + ## 0.30.0 (2024-07-11) - (PR #640, 2024-05-20) chore: Bump the production-dependencies group across 1 directory with 5 updates From 576af4356bde6c9b368b44e9120a7c05112b387d Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 17 Jul 2024 18:42:34 -0400 Subject: [PATCH 2/2] chore: Bump version from 0.30.0 to 0.31.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 1cf4ad37..bcf97b41 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.30.0 +current_version = 0.31.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 43751ea9..67546f89 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.30.0' +__version__ = '0.31.0'