0.6a release

This commit is contained in:
2025-04-26 23:41:57 +02:00
parent 4917e5e9bd
commit 307057a387
3 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ class Application:
y_offset = 200
width = 1050
height = 700
title = "Brovski Adress-Etiketten Verwaltung"
VERSION = '0.6a'
title = f"Brovski Adress-Etiketten Verwaltung {VERSION}"
self.root = tk.Tk(className="BrovskiAdressEtiketten")
self.root.title(title)