From: Alexander Vasarab Date: Tue, 16 Feb 2021 05:41:56 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.2.2^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/f7f3eefd50db8c43fd253b38bcb7e9145ce6bcae?ds=sidebyside Version bump --- diff --git a/README.md b/README.md index fe6d0ab..6a9c1f5 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,14 @@ windGustSpeedNum Version history --------------- +- 3.2.2 (Feb 2021) + + Various small fixes. + + - Round precipitation accumulation values to 2 decimal places. + - Catch requests' ConnectionException. + - Improve logging output when using stdout. + - 3.2.1 (Feb 2021) Fix config validation bug with units and custom Python program. diff --git a/infoex-autowx.py b/infoex-autowx.py index 1844d45..2bac782 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.2.1' +__version__ = '3.2.2' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)