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