From 19a865d929b93de52d238efe3c478a09b38f365c Mon Sep 17 00:00:00 2001 From: George Daramouskas Date: Wed, 2 Oct 2019 17:36:29 +0200 Subject: [PATCH] [MIG] Migrate web_drop_target to 12.0 --- web_drop_target/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_drop_target/__manifest__.py b/web_drop_target/__manifest__.py index 8f550cc59..f801c25bd 100644 --- a/web_drop_target/__manifest__.py +++ b/web_drop_target/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Drop target support", - "version": "11.0.2.0.0", + "version": "12.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "AGPL-3",