From 557adf4958aaa1fa567ffb50303c8e32ac31423f Mon Sep 17 00:00:00 2001 From: mattiagiupponi Date: Mon, 19 Jun 2023 09:33:26 +0200 Subject: [PATCH] Update version after telecontrollo function fix --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 0c94795..2a06fd1 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.3 (14/06/2023)' +APP_VERSION = '1.41.4 (19/06/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__)))