From 9ca135b31b2ca78c891fbbfcadf8a86bdfaf7625 Mon Sep 17 00:00:00 2001 From: mattiagiupponi Date: Thu, 25 May 2023 10:10:02 +0200 Subject: [PATCH] Update app version --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 78e7e4a..1fe91d9 100644 --- a/app/settings.py +++ b/app/settings.py @@ -19,7 +19,7 @@ from app.utils import TemplateWithDefaults from django_auth_ldap.config import LDAPSearch, GroupOfNamesType -APP_VERSION = '1.41.0 (27/03/2023)' +APP_VERSION = '1.41.1 (25/05/2023)' # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))