From e2367d0b0e063a62e259c22c4635a0143696d6f6 Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 1 Aug 2025 13:10:31 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Version=20auf=201.3.11=20erh=C3=B6ht?= =?UTF-8?q?=20-=20Sprachausgabe-Funktion=20und=20verbesserte=20Feiertage-A?= =?UTF-8?q?nzeige?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 4454774..9979319 100644 --- a/app.py +++ b/app.py @@ -12,7 +12,7 @@ app = Flask(__name__) app.secret_key = os.environ.get('SECRET_KEY', 'dev-key') # Version der App -APP_VERSION = "1.3.10" +APP_VERSION = "1.3.11" # HTML-Template wird jetzt aus templates/index.html geladen