From 4bfc8c318e5bdec63332d3b0bb89edf324def02d Mon Sep 17 00:00:00 2001 From: punix Date: Thu, 7 Nov 2024 19:24:16 +0100 Subject: [PATCH] Version number adjusted --- Changelog | 4 ++++ wg_func.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 8e3b619..890e2aa 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,10 @@ My standard System: Linux Mint 22 Cinnamon - for loops with lists replaced by List Comprehensions - Update search after start of Wire-Py + ### Added +07-11-2024 + +- remove classes and add methods to class FrameWidgets (removed self errors) ### Added 27-10-2024 diff --git a/wg_func.py b/wg_func.py index 2dd71fc..453ebb7 100755 --- a/wg_func.py +++ b/wg_func.py @@ -14,7 +14,7 @@ import requests ''' 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year ''' -version = 'v. 1.10.2124' +version = 'v. 1.11.0724' path_to_file2 = Path('/etc/wire_py/settings.conf') _u = Path.read_text(Path('/tmp/_u'))