From 05f4703d15e335b2f2f387832a6b834bf9f2c13b Mon Sep 17 00:00:00 2001 From: rgarnau Date: Wed, 7 Mar 2018 11:47:31 +0100 Subject: [PATCH] [FIX] manifest version --- base_cron_exclusion/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_cron_exclusion/__manifest__.py b/base_cron_exclusion/__manifest__.py index 4ba1cacf2..0dab03fbd 100644 --- a/base_cron_exclusion/__manifest__.py +++ b/base_cron_exclusion/__manifest__.py @@ -6,7 +6,7 @@ "name": "Base Cron Exclusion", "summary": "Allow you to select scheduled actions that should not run " "simultaneously.", - "version": "10.0.1.0.0", + "version": "11.0.1.0.0", "author": "Eficent, Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools", "category": "Tools",