Merge branch 'release-3.2.2' into develop
authorAlexander Vasarab <alexander@wylark.com>
Tue, 16 Feb 2021 05:43:32 +0000 (21:43 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Tue, 16 Feb 2021 05:43:32 +0000 (21:43 -0800)
README.md
infoex-autowx.py

index fe6d0ab4beb61e511d5a265a88ee2bccc4d710de..6a9c1f53986eb31577d5725d798209f319d86aee 100644 (file)
--- 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.
index 1844d4574682202fa00307d06c13510aab1a6e2f..2bac782f3c75e9a578c100ef6295da12dc5ada75 100755 (executable)
@@ -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)