APP_VERSION

This commit is contained in:
2025-08-01 16:41:36 +02:00
parent c7d95e5c4c
commit 7dbe91b32e

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.3.13" APP_VERSION = "1.4.0"
# HTML-Template wird jetzt aus templates/index.html geladen # HTML-Template wird jetzt aus templates/index.html geladen