From f7f3eefd50db8c43fd253b38bcb7e9145ce6bcae Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Mon, 15 Feb 2021 21:41:56 -0800 Subject: [PATCH] Version bump --- README.md | 8 ++++++++ infoex-autowx.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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) -- 2.30.2