From 5bf6369f47c49329bb0c1cd923e1afc40d09babf Mon Sep 17 00:00:00 2001 From: linus-alyf <136631072+alyf-linus@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:30:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.2.0 # [15.2.0](https://github.com/alyf-de/banking/compare/v15.1.3...v15.2.0) (2024-06-03) ### Bug Fixes * Create single PE for multiple unpaid invoices ([1c5d5db](https://github.com/alyf-de/banking/commit/1c5d5dbbd02fe9af5254ce53966b7d0c68b030c9)) * Merge conflicts ([452bbf7](https://github.com/alyf-de/banking/commit/452bbf793faabc9e550cf6b0a4d64b2a98dc1d2f)) * Use sbool to handle string bool values from JS ([ee5ee6b](https://github.com/alyf-de/banking/commit/ee5ee6b6b7bde8ba7348e163378c81195dd4be38)) * Validate if the Bank Transaction is overallocated on update after submit ([984c101](https://github.com/alyf-de/banking/commit/984c1018261930fbcc259049d4768052e69b419a)) ### Features * Create single PE to reconcile multiple unpaid invoices ([276bd93](https://github.com/alyf-de/banking/commit/276bd93c1612aca317b9721a207cfc610088c8c3)) --- banking/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banking/__init__.py b/banking/__init__.py index c08c43c0..30c70d39 100644 --- a/banking/__init__.py +++ b/banking/__init__.py @@ -1 +1 @@ -__version__ = "15.1.3" +__version__ = "15.2.0"