diff --git a/app.py b/app.py index 7c03684..9f4156f 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.3.13" +APP_VERSION = "1.4.0" # HTML-Template wird jetzt aus templates/index.html geladen