From e4ec2d3d510d6138430c48d5dc699c10ff8dc463 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Thu, 22 Jul 2021 14:02:16 +0200 Subject: =?UTF-8?q?petites=20am=C3=A9liorations=20graphiques,=20ic=C3=B4ne?= =?UTF-8?q?,=20etc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configuration.py') diff --git a/configuration.py b/configuration.py index 0fc8f20..b22c6e3 100644 --- a/configuration.py +++ b/configuration.py @@ -5,7 +5,9 @@ CONFIG = {} ### La version de l'app -CONFIG["version"] = 2.4 +CONFIG["version"] = 2.5 +# Nombre de versions anciennes dans le changelog +CONFIG["nb_lignes_changelog"] = 4 # les unités acceptées CONFIG["liste_unites"] = ["jours", "semaines", "mois", "années"] -- cgit v1.2.3