From b3bf3fb2aae6d52f7ef7d5745ecc27d05f2b371c Mon Sep 17 00:00:00 2001 From: Jorge Che Date: Wed, 19 Oct 2022 18:05:19 +0000 Subject: [PATCH] [MIG] timesheet_invoice: to 16 --- timesheet_invoice/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_invoice/__manifest__.py b/timesheet_invoice/__manifest__.py index 2239c11a..27ef5e6d 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '15.0.1.0.0', + 'version': '16.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',