From d6979282415ada2d7dddb0d6525fca7ae37d6c98 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 3 Aug 2025 10:04:09 +0200 Subject: [PATCH] Bump version to 1.4.10 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 503329e..1283bdb 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.9" +APP_VERSION = "1.4.10" # HTML-Template wird jetzt aus templates/index.html geladen