From 0bbbfd242547362a20f4d93e11f037abac15654c Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 18 Apr 2026 15:33:33 +0200 Subject: [PATCH] [IMP] account_ebics, account_ebics_batch_payment: bump module versions --- account_ebics/__manifest__.py | 2 +- account_ebics_batch_payment/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 3ec3046..3d55076 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { "name": "EBICS banking protocol", - "version": "19.0.1.0.0", + "version": "19.0.1.1.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/", diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index d99f41f..1aaf0d6 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Upload Batch Payment via EBICS", - "version": "19.0.1.0.0", + "version": "19.0.1.1.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/",