From 2f6138b1d62fc8e44e8705d8e91dee2ca4d4a31e Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 3 Aug 2025 12:06:24 +0200 Subject: [PATCH] Bump version to 1.4.13 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f032b53..4d500df 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.12" +APP_VERSION = "1.4.13" def add_cache_headers(response): """Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""