From: Alexander Vasarab Date: Fri, 5 Mar 2021 03:42:05 +0000 (-0800) Subject: Bump version X-Git-Tag: v3.2.4^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/594df2dae103a72953ee10e9870539b91957c196 Bump version --- 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)