Merge branch 'release-3.1.1' into develop
authorAlexander Vasarab <alexander@wylark.com>
Tue, 2 Feb 2021 06:18:35 +0000 (22:18 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Tue, 2 Feb 2021 06:18:35 +0000 (22:18 -0800)
README.md
infoex-autowx.py

index 1a5cbefdef9497d37d31b573c232e43ca9beac0f..16c76b2993c0d6213ae5e49f833c06afe4d510ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -289,6 +289,10 @@ Future plans
 Version history
 ---------------
 
+- 3.1.1 (Feb 2021)
+
+  Fix relative humidity rounding.
+
 - 3.1.0 (Jan 2021)
 
   Implement time zone support.
index c2d20f7ab650680807ad4fe6d1adfa48ae4ab1f7..abdf14ae04e1cced93caac823de54485ae0feac4 100755 (executable)
@@ -42,7 +42,7 @@ import zeep
 import zeep.cache
 import zeep.transports
 
-__version__ = '3.1.0'
+__version__ = '3.1.1'
 
 LOG = logging.getLogger(__name__)
 LOG.setLevel(logging.NOTSET)