Bump version to 1.4.10

This commit is contained in:
2025-08-03 10:04:09 +02:00
parent f998f7fff8
commit d697928241

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel() babel = Babel()
# Version der App # Version der App
APP_VERSION = "1.4.9" APP_VERSION = "1.4.10"
# HTML-Template wird jetzt aus templates/index.html geladen # HTML-Template wird jetzt aus templates/index.html geladen