From 09542c7248caad23057b483c89c1c8ccfb6d9b9b Mon Sep 17 00:00:00 2001 From: Alexandre Allouche Date: Wed, 5 Feb 2014 20:10:18 +0100 Subject: [PATCH] bumped version to 1.1.1 (dev) --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index 37737e2f..d44ab36b 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -8,7 +8,7 @@ templates. The py3o.template package is required; install it with: pip install py3o.template ''', - 'version': '1.1', + 'version': '1.1.1', 'category': 'Reporting', 'author': 'XCG Consulting', 'website': 'http://www.openerp-experts.com/',