diff --git a/app/models/evaluations.py b/app/models/evaluations.py index ec3f321c1..ae91493fd 100644 --- a/app/models/evaluations.py +++ b/app/models/evaluations.py @@ -2,7 +2,6 @@ """ScoDoc models: evaluations """ -from typing import Any from app import db from app.models import APO_CODE_STR_LEN diff --git a/app/templates/error_503.html b/app/templates/error_503.html index 723a87179..fc4ad18a0 100644 --- a/app/templates/error_503.html +++ b/app/templates/error_503.html @@ -24,7 +24,7 @@

Si le problème persiste après intervention de votre équipe locale, contacter la liste "notes" notes@listes.univ-paris13.fr en - indiquant la version du logiciel (ScoDoc {{SCOVERSION}}) + indiquant la version du logiciel (ScoDoc {SCOVERSION})
(pour plus d'informations sur les listes de diffusion voir cette page).

diff --git a/sco_version.py b/sco_version.py index ba00539b7..f0db20d3a 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.1.0" +SCOVERSION = "9.1.1" SCONAME = "ScoDoc"