Version number adjusted

This commit is contained in:
Désiré Werner Menrath 2024-11-07 19:24:16 +01:00
parent 0a5341fab7
commit 4bfc8c318e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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'))