From 3466fa1a9fb24edf53edf98479646ab374686e79 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 15 Jan 2026 19:07:44 +0100 Subject: [PATCH] [IMP] 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 72afcb8..25bb777 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_ebics](account_ebics/) | 18.0.1.1.1 | | EBICS banking protocol +[account_ebics](account_ebics/) | 18.0.1.1.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 1f47786..e436404 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { "name": "EBICS banking protocol", - "version": "18.0.1.1.1", + "version": "18.0.1.1.2", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/",