From cccc7271b48a48e23a2664a0282eed5bca062656 Mon Sep 17 00:00:00 2001 From: Leo Pinedo Date: Fri, 21 Oct 2022 15:46:51 +0000 Subject: [PATCH] [MIG] timesheet_description: to 16 --- 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 8484e199..28ffc050 100644 --- a/timesheet_description/__manifest__.py +++ b/timesheet_description/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description', - 'version': '15.0.1.0.0', + 'version': '16.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',