1 Commits

Author SHA1 Message Date
c4a65bba48 Version 2025-08-02 18:39:30 +02:00

2
app.py
View File

@@ -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