From 9e0703051faf01fd108e94a8fc3c506ab5e17cad Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 17 May 2025 23:14:04 +0200 Subject: [PATCH] New version number --- tasmotonov.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmotonov.py b/tasmotonov.py index 443ad1a..96b0f7b 100755 --- a/tasmotonov.py +++ b/tasmotonov.py @@ -24,7 +24,7 @@ import threading # for running the requests simultaneously import ipaddress # to validate IP addresses from fqdn import FQDN # validate FQDNs -version = "v1.1.0" +version = "v1.2.0" # some helpers / utils