From 933dc44ecbe9158ded102e91a8abb704b15b041d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 10:03:39 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- web_ckeditor4/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_ckeditor4/__openerp__.py b/web_ckeditor4/__openerp__.py index f69fae5e9..ef3dad8e0 100644 --- a/web_ckeditor4/__openerp__.py +++ b/web_ckeditor4/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'CKEditor 4.x widget', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "Therp BV,Odoo Community Association (OCA)", 'website': 'https://github.com/OCA/web', 'summary': 'Provides a widget for editing HTML fields using CKEditor 4.x',