From c4a65bba4816def27d341f17f090284b1b01a8a2 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 2 Aug 2025 18:39:30 +0200 Subject: [PATCH] Version --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 41e5316..5473c1c 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.4.7" +APP_VERSION = "1.4.8" # HTML-Template wird jetzt aus templates/index.html geladen