v1.3.13: Weitere Verbesserung der Farbkontraste für Wochentag- und Kalenderwoche-Header

This commit is contained in:
2025-08-01 13:56:34 +02:00
parent c19cb17623
commit d0d8e0aeb1
2 changed files with 5 additions and 5 deletions

2
app.py
View File

@@ -12,7 +12,7 @@ app = Flask(__name__)
app.secret_key = os.environ.get('SECRET_KEY', 'dev-key')
# Version der App
APP_VERSION = "1.3.12"
APP_VERSION = "1.3.13"
# HTML-Template wird jetzt aus templates/index.html geladen