Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 4c2ea34058 - Show all commits

View File

@ -306,9 +306,9 @@ class SemSet(dict):
H.append("</p>") H.append("</p>")
if self["sem_id"] == 1: if self["sem_id"] == 1:
periode = "1re période (S1, S3)" periode = "1re période (S1, S3, S5)"
elif self["sem_id"] == 2: elif self["sem_id"] == 2:
periode = "2de période (S2, S4)" periode = "2de période (S2, S4, S6)"
else: else:
periode = "non semestrialisée (LP, ...). Incompatible avec BUT." periode = "non semestrialisée (LP, ...). Incompatible avec BUT."

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.25" SCOVERSION = "9.6.26"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"