From c59e8c1c85be8eba8d01997aa0df02e5a0277b2d Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sat, 25 May 2019 17:00:39 -0600 Subject: [PATCH] MIG `timesheet_description` on 12.0 --- timesheet_description/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_description/__manifest__.py b/timesheet_description/__manifest__.py index 2bc871a1..090b3f75 100644 --- a/timesheet_description/__manifest__.py +++ b/timesheet_description/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',