From 22575cae08b09cbb896e6e8256ea6f0b556319c3 Mon Sep 17 00:00:00 2001 From: eLBati Date: Fri, 20 Oct 2017 11:13:50 +0200 Subject: [PATCH] FIX account_bank_statement_import_camt version --- account_bank_statement_import_camt/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import_camt/__openerp__.py b/account_bank_statement_import_camt/__openerp__.py index f4aff84..343a182 100644 --- a/account_bank_statement_import_camt/__openerp__.py +++ b/account_bank_statement_import_camt/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'CAMT Format Bank Statements Import', - 'version': '8.0.0.4.0', + 'version': '8.0.0.5.0', 'license': 'AGPL-3', 'author': 'Odoo Community Association (OCA), Therp BV', 'website': 'https://github.com/OCA/bank-statement-import',