Version number update

This commit is contained in:
Désiré Werner Menrath 2025-06-04 18:54:45 +02:00
parent f682858051
commit 6051ad1546
2 changed files with 5 additions and 3 deletions

View File

@ -8,9 +8,11 @@ My standard System: Linux Mint 22 Cinnamon
- for loops with lists replaced by List Comprehensions
### Added
03-06-2025
04-06-2025
- large update in the module were outsourced and can now be used as
dependencies to wirepy us other apps from git.ilunix.de
-
### Added
13-04-20255

View File

@ -57,7 +57,7 @@ class AppConfig:
# Updates
# 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year
VERSION: str = "v. 2.04.1725"
VERSION: str = "v. 2.06.0425"
UPDATE_URL: str = "https://git.ilunix.de/api/v1/repos/punix/Wire-Py/releases"
DOWNLOAD_URL: str = "https://git.ilunix.de/punix/Wire-Py/archive"