From 151ddefa816dbd874ec73ff721067dd8b08b4dc7 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 --- 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 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/",