From 62826d6cf82bfeb8cc8cea8f60ea62f4169cd042 Mon Sep 17 00:00:00 2001 From: alyf-linus <136631072+alyf-linus@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:02:08 +0000 Subject: [PATCH] chore(release): Bumped to Version 0.5.0 # [0.5.0](https://github.com/alyf-de/banking/compare/v0.4.0...v0.5.0) (2024-09-12) ### Bug Fixes * Allow -ve only invoices to be reconciled for refund reasons ([b2f3b20](https://github.com/alyf-de/banking/commit/b2f3b20e8dd8ec3aea90eea6772bf9df54695ad7)) * Handle negative and positive invoice amounts (wip) ([99a08d2](https://github.com/alyf-de/banking/commit/99a08d2b00d2497ee9b87bfff2b45a1cdf53dca5)) * Missing argument ([49a36d0](https://github.com/alyf-de/banking/commit/49a36d0de115c4f37390e2e3dc2d62fb511202c4)) * Show max allocated ([9881d3c](https://github.com/alyf-de/banking/commit/9881d3cc745960a0187cc1936fa4d8f163a27ad2)) * Simplify +ve and -ve amount allocation ([42169f3](https://github.com/alyf-de/banking/commit/42169f3f166249c243fad023ae3a0a9ff4fe20bc)) ### Features * Allow Return Invoices in Bank Reco ([66bcce2](https://github.com/alyf-de/banking/commit/66bcce2864cf97ef1d92b816ae0284b6615395d4)) --- banking/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banking/__init__.py b/banking/__init__.py index 6a9beea8..3d187266 100644 --- a/banking/__init__.py +++ b/banking/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"