From 95a4f0fff23edd933e951decb68df894bc1f3de0 Mon Sep 17 00:00:00 2001 From: Vincent Lhote-Hatakeyama Date: Mon, 22 Dec 2014 11:57:46 +0100 Subject: [PATCH] 1.3 production release --- NEWS | 4 ++++ __openerp__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..f993a6ca --- /dev/null +++ b/NEWS @@ -0,0 +1,4 @@ +report_py3o 1.3 + +Production release + diff --git a/__openerp__.py b/__openerp__.py index 60b4f347..45bed0e5 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -8,10 +8,10 @@ templates. The py3o.template package is required; install it with: pip install py3o.template ''', - 'version': '1.2.5', + 'version': '1.3', 'category': 'Reporting', 'author': 'XCG Consulting', - 'website': 'http://www.openerp-experts.com/', + 'website': 'http://odoo.consulting/', 'depends': [ 'base' ],