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' ],