Version bump master v3.4.5
authorAlexander Vasarab <alexander@wylark.com>
Sat, 22 Mar 2025 16:53:07 +0000 (09:53 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Sat, 22 Mar 2025 16:53:07 +0000 (09:53 -0700)
README.md
infoex-autowx.py

index 99c1c7a41f57afb514d8bb850a5a3baa6c011369..c64d812aab8b1b99b16eb3166bbda425819eec4c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -334,6 +334,10 @@ windGustSpeedNum
 Version history
 ---------------
 
 Version history
 ---------------
 
+- 3.4.5 (Mar 2025)
+
+  Add a timeout to the FTP operation
+
 - 3.4.4 (Sep 2024)
 
   "Import" all unit variables from custom program
 - 3.4.4 (Sep 2024)
 
   "Import" all unit variables from custom program
index 2cfd46ea55c8b529205c633077512f5353bd9c4d..9df112c6d96c149786fc8749c287e01437730d74 100755 (executable)
@@ -44,7 +44,7 @@ import zeep
 import zeep.cache
 import zeep.transports
 
 import zeep.cache
 import zeep.transports
 
-__version__ = '3.4.4'
+__version__ = '3.4.5'
 
 LOG = logging.getLogger(__name__)
 LOG.setLevel(logging.NOTSET)
 
 LOG = logging.getLogger(__name__)
 LOG.setLevel(logging.NOTSET)