From fceb7bd135579fea61e1d889c1bcb01754c168bf Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 14 Aug 2025 16:19:29 +0200 Subject: [PATCH] account_ebics - bump module version --- README.md | 2 +- account_ebics/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0210d2c..5ae87fe 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_ebics](account_ebics/) | 18.0.1.0.1 | | EBICS banking protocol +[account_ebics](account_ebics/) | 18.0.1.0.2 | | EBICS banking protocol [account_ebics_batch](account_ebics_batch/) | 18.0.1.0.0 | | EBICS Files automated import and processing [account_ebics_batch_payment](account_ebics_batch_payment/) | 18.0.1.0.0 | | Upload Batch Payment via EBICS [account_ebics_oca_statement_import](account_ebics_oca_statement_import/) | 18.0.1.0.0 | | Use OCA Bank Statement Import with account_ebics diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 1c35b64..154190e 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { "name": "EBICS banking protocol", - "version": "18.0.1.0.1", + "version": "18.0.1.0.2", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/",