From 3730f72b6ecc320b14729ee0febc6ea2da392000 Mon Sep 17 00:00:00 2001 From: Mattia Date: Mon, 17 Jun 2024 15:08:38 +0200 Subject: [PATCH] Update version --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index b31bde6..11babad 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.42.1 (23/04/2024)' +APP_VERSION = '1.42.2 (17/06/2024)' # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))