chore: Version auf 1.3.11 erhöht - Sprachausgabe-Funktion und verbesserte Feiertage-Anzeige

This commit is contained in:
2025-08-01 13:10:31 +02:00
parent 1eb55e32dc
commit e2367d0b0e

2
app.py
View File

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