From: Alexander Vasarab Date: Thu, 18 Feb 2021 17:54:49 +0000 (-0800) Subject: Merge branch 'release-3.2.3' into develop X-Git-Tag: v3.2.4^2~2^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/70ef53c2ea300d229560c016b974276db82b8326?hp=2a4fcd0ba05bbc97b36e1c17dd46a0b559c42d17 Merge branch 'release-3.2.3' into develop --- diff --git a/README.md b/README.md index 6a9c1f5..6448d48 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,11 @@ windGustSpeedNum Version history --------------- +- 3.2.3 (Feb 2021) + + Fix a small bug that allowed a TypeError to be raised with some + regularity. + - 3.2.2 (Feb 2021) Various small fixes. diff --git a/infoex-autowx.py b/infoex-autowx.py index e976c60..fd01e04 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.2.2' +__version__ = '3.2.3' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)