From d77ee8ef042560c7ba7d5e9df9e7f34246460549 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 17 Mar 2025 22:05:22 +0100 Subject: [PATCH] Version 1.0.5: Verbesserte Suchfunktion - Leere Ergebnisliste bei leeren Suchfeldern --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5e102b8..af439ab 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__) # Version der Anwendung -VERSION = "1.0.4" +VERSION = "1.0.5" # Pfad zur CSV-Datei CSV_FILE = "data/customers.csv"