From bf76cf5f695ff1d9200364b2082c4f4d32268288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 7 Jan 2014 12:54:23 +0100 Subject: [PATCH] bump version --- account_chart_update/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_chart_update/__openerp__.py b/account_chart_update/__openerp__.py index a972f0e9c..9c5b6ab01 100644 --- a/account_chart_update/__openerp__.py +++ b/account_chart_update/__openerp__.py @@ -26,7 +26,7 @@ { 'name': "Detect changes and update the Account Chart from a template", - 'version': "1.0", + 'version': "1.0.1", 'author': "Zikzakmedia SL", 'website': "www.zikzakmedia.com", 'depends': ["account"], @@ -62,7 +62,7 @@ Any problem found while updating will be shown on the last step. "account", "base", ], - "demo" : [], + "demo": [], "data": [ 'wizard/wizard_chart_update_view.xml', ],