From 32b3d06150018ed96d071cc0c6281469a880f9e0 Mon Sep 17 00:00:00 2001 From: Denise sur ardoise Date: Sat, 28 May 2022 19:22:58 +0200 Subject: =?UTF-8?q?V2.6=20:=20bugs=20d'extrapolation=20corrig=C3=A9,=20pri?= =?UTF-8?q?se=20en=20compte=20des=20dates=20dans=20les=20donn=C3=A9es,=20r?= =?UTF-8?q?ep=C3=A8res,=20et=20extra.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration.py') diff --git a/configuration.py b/configuration.py index b22c6e3..4ad42e6 100644 --- a/configuration.py +++ b/configuration.py @@ -5,7 +5,7 @@ CONFIG = {} ### La version de l'app -CONFIG["version"] = 2.5 +CONFIG["version"] = 2.6 # Nombre de versions anciennes dans le changelog CONFIG["nb_lignes_changelog"] = 4 -- cgit v1.2.3