From 6051ad1546986692e3e60aeae733ed7788bafbbe Mon Sep 17 00:00:00 2001 From: punix Date: Wed, 4 Jun 2025 18:54:45 +0200 Subject: [PATCH] Version number update --- Changelog | 6 ++++-- wp_app_config.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index b3414ab..3493dbc 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/wp_app_config.py b/wp_app_config.py index 435f9cf..7c97bf2 100755 --- a/wp_app_config.py +++ b/wp_app_config.py @@ -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"