diff --git a/app.py b/app.py index 105fa98..c63b1aa 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.6" +APP_VERSION = "1.4.7" # HTML-Template wird jetzt aus templates/index.html geladen