From 05766d9a97f777bdbdf16c83ac80fd0d1097aaa1 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 2 Aug 2025 14:28:22 +0200 Subject: [PATCH] =?UTF-8?q?Version=20auf=201.4.7=20erh=C3=B6ht=20-=20Dashb?= =?UTF-8?q?oard=20mit=20Toggle-Funktionalit=C3=A4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 105fa98..c63b1aa 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.6" +APP_VERSION = "1.4.7" # HTML-Template wird jetzt aus templates/index.html geladen