Merge branch 'release-3.2.3' into develop
authorAlexander Vasarab <alexander@wylark.com>
Thu, 18 Feb 2021 17:54:49 +0000 (09:54 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Thu, 18 Feb 2021 17:54:49 +0000 (09:54 -0800)
README.md
infoex-autowx.py

index 6a9c1f53986eb31577d5725d798209f319d86aee..6448d48d464929482c2faf10abd125a62ac5f9a0 100644 (file)
--- 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.
index e976c603c688e0bb316e727cfce7e943e4b1f87f..fd01e04396cb318ed14169bcc70dc3bc8989e21f 100755 (executable)
@@ -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)