diff --git a/app.py b/app.py index baf3b29..0a22bcd 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.16" +APP_VERSION = "1.4.17" def add_cache_headers(response): """Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""