From c5066ecab81abfbc9aab685cd8fe7f04e190c017 Mon Sep 17 00:00:00 2001 From: Alex Comba Date: Wed, 3 Dec 2014 17:59:16 +0100 Subject: [PATCH] Change version --- account_move_template/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index a508ba85f..4d8d681c0 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { 'name': "Account Move Template", - 'version': '0.1', + 'version': '1.0', 'category': 'Generic Modules/Accounting', 'summary': "Templates for recurring Journal Entries", 'author': 'Agile Business Group',