From e8d0d918842f670a549fd202401001801c87cdef Mon Sep 17 00:00:00 2001 From: Borja Gimeno <borja.gimeno@somconnexio.coop> Date: Fri, 17 Feb 2023 16:51:25 +0100 Subject: [PATCH] build: Bump version 0.1.33 --- CHANGELOG.md | 4 ++++ odoo_somconnexio_python_client/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2f742..2bb3cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.33] - 2023-02-17 +### Changed +* Replace sponsor_id for sponsor_ref in Partner. [#62](https://git.coopdevs.org/coopdevs/som-connexio/odoo-somconnexio-python-client/-/merge_requests/62) + ## [0.1.32] - 2022-12-12 ### Added * Add FiberContractsToPack search by partner ref method. [#55](https://git.coopdevs.org/coopdevs/som-connexio/odoo-somconnexio-python-client/-/merge_requests/55) diff --git a/odoo_somconnexio_python_client/__init__.py b/odoo_somconnexio_python_client/__init__.py index 57cc51c..c2e5539 100644 --- a/odoo_somconnexio_python_client/__init__.py +++ b/odoo_somconnexio_python_client/__init__.py @@ -1 +1 @@ -__version__ = "0.1.32" +__version__ = "0.1.33" -- GitLab