From 416e471c9cce86517e8fd8f6a63be6d71b8cb3b8 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Mon, 16 Aug 2021 14:15:09 +0200
Subject: [PATCH] [MIG] Migration 13.0

---
 __manifest__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/__manifest__.py b/__manifest__.py
index 259912f..f09b7a7 100755
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -1,9 +1,9 @@
-# © 2020 Le Filament (<https://www.le-filament.com>)
+# © 2021 Le Filament (<https://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
 {
     'name': 'HR Timesheet no create',
-    'version': '12.0.1.0.0',
+    'version': '13.0.1.0.0',
     'author': 'Le Filament',
     'category': 'Marketing',
     'summary': 'Disallow project and task creation from timesheet',
-- 
GitLab