From: Alexander Vasarab Date: Wed, 21 Dec 2022 03:54:29 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.4.2^0 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/33bb0859c14c958d54bf532ea9af4eb187062dc9?ds=sidebyside Version bump --- diff --git a/README.md b/README.md index a90acbf..c9fc576 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,10 @@ windGustSpeedNum Version history --------------- +- 3.4.2 (Dec 2022) + + Fix mm/cm bug with Mesowest stations in American units mode. + - 3.4.1 (Dec 2022) Reverse "American" units mode such that precip values are in metric, diff --git a/infoex-autowx.py b/infoex-autowx.py index 46ca929..5a12c83 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.4.1' +__version__ = '3.4.2' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)