From 7dbe91b32e6e00c5604c5a227f2e66334d605552 Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 1 Aug 2025 16:41:36 +0200 Subject: [PATCH] APP_VERSION --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7c03684..9f4156f 100644 --- a/app.py +++ b/app.py @@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations' babel = Babel() # Version der App -APP_VERSION = "1.3.13" +APP_VERSION = "1.4.0" # HTML-Template wird jetzt aus templates/index.html geladen