From 3d5361ce50075e2e72e3674538c29f40c885b0a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sun, 26 Jun 2022 14:30:21 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20calcul=20evaluations=20en=20attente=20/?= =?UTF-8?q?=20d=C3=A9missionnaires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sco_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sco_version.py b/sco_version.py index d686c66d..171fc115 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.3.1" +SCOVERSION = "9.3.2" SCONAME = "ScoDoc"