From 594df2dae103a72953ee10e9870539b91957c196 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Thu, 4 Mar 2021 19:42:05 -0800 Subject: [PATCH] Bump version --- README.md | 6 ++++++ infoex-autowx.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6448d48..54d92b6 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,12 @@ windGustSpeedNum Version history --------------- +- 3.2.4 (Mar 2021) + + Fix a small bug that allowed MesoWest HS values to flow through in + millimeters when metric was the specified unit. MesoWest metric HS + values are now correctly in centimeters. + - 3.2.3 (Feb 2021) Fix a small bug that allowed a TypeError to be raised with some diff --git a/infoex-autowx.py b/infoex-autowx.py index c3144a4..d9adcff 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.2.3' +__version__ = '3.2.4' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET) -- 2.30.2