diff --git a/app.py b/app.py index 5473c1c..503329e 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.8" +APP_VERSION = "1.4.9" # HTML-Template wird jetzt aus templates/index.html geladen