From f6ee8e0eb167e50141cdb2a5d459052818ce9c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 09:59:36 +0200 Subject: [PATCH] prefix versions with 8.0 --- account_bank_statement_import_save_file/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import_save_file/__openerp__.py b/account_bank_statement_import_save_file/__openerp__.py index 57b4097..bdf5a38 100644 --- a/account_bank_statement_import_save_file/__openerp__.py +++ b/account_bank_statement_import_save_file/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "Save imported bank statements", - "version": "1.0", + "version": "8.0.1.0.0", "author": "Therp BV", "license": "AGPL-3", "category": "Accounting & Finance",