From: Alexander Vasarab Date: Thu, 18 Feb 2021 17:52:46 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.2.3^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/cff4d6287459aa92308e558b8e7bf614b03fcb36 Version bump --- 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)