From 3c006a92125423e307dce495df5572e9eb6be571 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Wed, 10 Jun 2020 17:15:03 +0200
Subject: [PATCH] Update version for June 20 release

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

diff --git a/__manifest__.py b/__manifest__.py
index b397813..8d1781d 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -1,12 +1,11 @@
 {
     "name": "CG SCOP - Gestion Contacts",
     "summary": "CG SCOP - Gestion des contacts",
-    "version": "12.0.1.1.0",
+    "version": "12.0.1.2.0",
     "development_status": "Production/Stable",
     "author": "Le Filament",
     "license": "AGPL-3",
     "application": False,
-    "installable": True,
     "depends": [
         "cgscop_base",
         "l10n_fr_base_location_geonames_import_cedex",
@@ -54,5 +53,7 @@
         "datas/scop_membership_reason_end_data.xml",
         "datas/scop_membership_type_data.xml",
         "datas/scop_questionnaire_type_data.xml",
-    ]
+    ],
+    "installable": True,
+    'auto_install': False,
 }
-- 
GitLab