# HG changeset patch # User Houzefa Abbasbhay <houzefa.abba@xcg-consulting.fr> # Date 1476274290 -7200 # Wed Oct 12 14:11:30 2016 +0200 # Branch 8.0 # Node ID 89389140c731013103d978f22ec8b7bd8488a3ef # Parent d26bb9a5fc9965eae5263b7f5c7a03bdfaf0c695 Version 8.0.2.0; changelog diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 --- /dev/null +++ b/NEWS.rst @@ -0,0 +1,10 @@ +2.0 - 2016-06-17 +================ + +* Delayed mode; UI to manage messages. + + +1.0 - 2015-07-07 +================ + +* Initial implementation. diff --git a/__openerp__.py b/__openerp__.py --- a/__openerp__.py +++ b/__openerp__.py @@ -32,7 +32,7 @@ $ pip install zmq_rpc ''', - 'version': '8.0.1.0', + 'version': '8.0.2.0', 'category': '', 'author': 'XCG Consulting', 'website': 'http://odoo.consulting/',