From 44473399f7769ad82e13f18a9e647638d2dff62d Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Tue, 23 Jul 2019 15:12:31 -0700 Subject: [PATCH] MIG `project_stage` to 12.0 --- project_stage/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_stage/__manifest__.py b/project_stage/__manifest__.py index 140c8fa5..cc6e4a6a 100644 --- a/project_stage/__manifest__.py +++ b/project_stage/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Project Stages', - 'version': '11.0.1.0.1', + 'version': '12.0.1.0.1', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',