From d1584c7afb3d25b1233b698fea3dee33a87fc930 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Fri, 5 Sep 2025 18:05:54 +0200 Subject: [PATCH] account_ebics: bump module version --- account_ebics/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 154190e..534df97 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { "name": "EBICS banking protocol", - "version": "18.0.1.0.2", + "version": "18.0.1.0.3", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/",