From: Alexander Vasarab Date: Tue, 24 Sep 2024 14:54:31 +0000 (+0200) Subject: Version bump X-Git-Tag: v3.4.4^0 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/39fe90be8e9380b0a95d8c4f7c724117e71fc011 Version bump --- diff --git a/README.md b/README.md index c9fc576..99c1c7a 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,14 @@ windGustSpeedNum Version history --------------- +- 3.4.4 (Sep 2024) + + "Import" all unit variables from custom program + +- 3.4.3 (Sep 2024) + + A few fixes for custom providers + - 3.4.2 (Dec 2022) Fix mm/cm bug with Mesowest stations in American units mode. diff --git a/infoex-autowx.py b/infoex-autowx.py index 86f0475..8cab0c3 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.4.3' +__version__ = '3.4.4' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)