From 00a97fc764a8143b0d34c908afaf0e2bfdcc9d5c Mon Sep 17 00:00:00 2001 From: Leo Pinedo Date: Mon, 24 Oct 2022 22:30:13 +0000 Subject: [PATCH] [MIG] timesheet_description_sale: to 16 --- timesheet_description_sale/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_description_sale/__manifest__.py b/timesheet_description_sale/__manifest__.py index d97466fa..18b40470 100644 --- a/timesheet_description_sale/__manifest__.py +++ b/timesheet_description_sale/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description Sale', - 'version': '15.0.1.0.0', + 'version': '16.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',