From cb5a07f82c783e9c20b6f17fb5e346ebeb2a1f04 Mon Sep 17 00:00:00 2001 From: Ilade-s <76600778+Ilade-s@users.noreply.github.com> Date: Thu, 24 Jun 2021 15:54:07 +0200 Subject: [PATCH] =?UTF-8?q?version=201=20(fonctionnalit=C3=A9s=20normales)?= =?UTF-8?q?=20disponible=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Global.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global.py b/Global.py index 9501554..66c5ca8 100644 --- a/Global.py +++ b/Global.py @@ -2,7 +2,7 @@ Contient les variables et fonctions nécessaires dans plusieurs fichiers """ from sys import platform # connaitre la plateforme/OS -__version__ = "0.1" +__version__ = "1.0" __author__ = "Merlet Raphaël" DefaultLabel = ["taskID", "userID", "name", "date", "priority", "status", "tag"]