From b6881e4016fb9b36130b590ccd8821e9d6968ea8 Mon Sep 17 00:00:00 2001 From: davidborromeo Date: Thu, 4 Feb 2021 12:42:12 +0100 Subject: [PATCH] [MIG] web_widget_bokeh_chart: Migration to 14.0 --- web_widget_bokeh_chart/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_bokeh_chart/__manifest__.py b/web_widget_bokeh_chart/__manifest__.py index 759738167..0a6841e35 100644 --- a/web_widget_bokeh_chart/__manifest__.py +++ b/web_widget_bokeh_chart/__manifest__.py @@ -6,7 +6,7 @@ "category": "Hidden", "summary": "This widget allows to display charts using Bokeh library.", "author": "ForgeFlow, " "Odoo Community Association (OCA)", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "maintainers": ["LoisRForgeFlow"], "development_status": "Production/Stable", "website": "https://github.com/OCA/web",