From f821d387b5fb5c6b445722fb3a60eb2b64319dd0 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 17 Aug 2025 15:12:25 +0200 Subject: [PATCH] account_ebics - bump module version --- README.md | 2 +- account_ebics/__manifest__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bfb85b..648d3ec 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_ebics](account_ebics/) | 17.0.1.2.0 | | EBICS banking protocol +[account_ebics](account_ebics/) | 17.0.1.2.1 | | EBICS banking protocol [account_ebics_batch](account_ebics_batch/) | 17.0.1.0.1 | | EBICS Files automated import and processing [account_ebics_batch_payment](account_ebics_batch_payment/) | 17.0.1.0.3 | | Upload Batch Payment via EBICS [account_ebics_oca_statement_import](account_ebics_oca_statement_import/) | 17.0.1.0.1 | | Use OCA Bank Statement Import with account_ebics diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 63254ab..b253b8c 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -1,9 +1,9 @@ # Copyright 2009-2025 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). +# License LGPL-3 or later (https://www.gnu.org/licenses/lgpl). { "name": "EBICS banking protocol", - "version": "17.0.1.2.0", + "version": "17.0.1.2.1", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/",