From: Alexander Vasarab Date: Tue, 16 Feb 2021 05:43:32 +0000 (-0800) Subject: Merge branch 'release-3.2.2' into develop X-Git-Tag: v3.2.3^2~2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/67c2e39a8801be7770c3c9d50b30498c03db6625?hp=63610f54bdd9528db44d38dd3564724e8c72c063 Merge branch 'release-3.2.2' into develop --- 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)