X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=configuration.py;h=b22c6e3fbd788141534217d62fbd113ec1387316;hp=0fc8f20bd15f898e228a03445f8df5b53803ce97;hb=348a7b3607d7cd722e8d11765d7063a9df863db0;hpb=e916b79fee2de6ed25982bd902354b9d3b7423d8 diff --git a/configuration.py b/configuration.py index 0fc8f20..b22c6e3 100644 --- a/configuration.py +++ b/configuration.py @@ -5,7 +5,9 @@ CONFIG = {} ### La version de l'app -CONFIG["version"] = 2.4 +CONFIG["version"] = 2.5 +# Nombre de versions anciennes dans le changelog +CONFIG["nb_lignes_changelog"] = 4 # les unités acceptées CONFIG["liste_unites"] = ["jours", "semaines", "mois", "années"]