From a888f72bf2dac7dcc6b0710e6e017c10603dd55c Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 8 Jan 2022 20:06:33 +0100 Subject: [PATCH] account_statement_import 14.0.1.2.3 --- account_statement_import/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_statement_import/__manifest__.py b/account_statement_import/__manifest__.py index afce797f..0473c272 100644 --- a/account_statement_import/__manifest__.py +++ b/account_statement_import/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Import Statement Files", "category": "Accounting", - "version": "14.0.1.2.2", + "version": "14.0.1.2.3", "license": "LGPL-3", "depends": ["account"], "author": "Odoo SA, Akretion, Odoo Community Association (OCA)",