From e67504eb0b23bb25e2f3a5c59758639c171fd51f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 24 Nov 2023 09:21:33 +0100 Subject: [PATCH] fix default period, tag 1.3.1-ae --- app/settings.py | 2 +- teleforma/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/settings.py b/app/settings.py index cf4138fa..3252c255 100644 --- a/app/settings.py +++ b/app/settings.py @@ -289,7 +289,7 @@ TELEFORMA_PERIOD_TWEETER = True TELEFORMA_EXAM_TOPIC_DEFAULT_DOC_TYPE_ID = 4 TELEFORMA_EXAM_SCRIPT_UPLOAD = True TELEFORMA_REGISTER_DEFAULT_DOC_ID = 5506 -TELEFORMA_PERIOD_DEFAULT_ID = 11 +TELEFORMA_PERIOD_DEFAULT_ID = 13 TELEFORMA_EXAM_MAX_SESSIONS = 10 TELEFORMA_EXAM_SCRIPT_MAX_SIZE = 20480000 TELEFORMA_EXAM_SCRIPT_SERVICE_URL = '/webviewer/teleforma.html' diff --git a/teleforma/__init__.py b/teleforma/__init__.py index c9643f7c..3a4c7c11 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '1.3' +__version__ = '1.3.1' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2017 Parisson' __license__ = 'CeCILL-v2' @@ -48,4 +48,4 @@ The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. """ -import teleforma.patches \ No newline at end of file +import teleforma.patches -- 2.39.5