Dokumentation: Aktualisierung der README und des Changelogs für Version 1.0.5

This commit is contained in:
2025-03-17 22:15:01 +01:00
parent da3ef358d2
commit e6f43ca10a
2 changed files with 7 additions and 28 deletions

2
app.py
View File

@@ -13,7 +13,7 @@ logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)
# Version der Anwendung
VERSION = "1.0.5"
VERSION = "1.0.2"
# Pfad zur CSV-Datei
CSV_FILE = "data/customers.csv"