From cff4d6287459aa92308e558b8e7bf614b03fcb36 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Thu, 18 Feb 2021 09:52:46 -0800 Subject: [PATCH] Version bump --- README.md | 5 +++++ infoex-autowx.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.30.2