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