From 93fc527eae305d5a32c30d7a38272668894b2812 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Sat, 22 Mar 2025 09:53:07 -0700 Subject: [PATCH] Version bump --- README.md | 4 ++++ infoex-autowx.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c1c7a..c64d812 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,10 @@ windGustSpeedNum 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 diff --git a/infoex-autowx.py b/infoex-autowx.py index 2cfd46e..9df112c 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -44,7 +44,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.4.4' +__version__ = '3.4.5' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET) -- 2.30.2