From: Alexander Vasarab Date: Wed, 10 Feb 2021 08:28:28 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.2.1^2~1 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/b6254a2ebf696cf37d69b6ffc5784d6c68212f9d?ds=sidebyside Version bump --- diff --git a/README.md b/README.md index 4bd1563..fe6d0ab 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,10 @@ windGustSpeedNum Version history --------------- +- 3.2.1 (Feb 2021) + + Fix config validation bug with units and custom Python program. + - 3.2.0 (Feb 2021) Implement NRCS unit conversion. diff --git a/infoex-autowx.py b/infoex-autowx.py index 6594cc6..775264a 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.2.0' +__version__ = '3.2.1' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)