Bump version v3.3.1
authorAlexander Vasarab <alexander@wylark.com>
Fri, 21 Jan 2022 02:23:09 +0000 (18:23 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Fri, 21 Jan 2022 02:23:09 +0000 (18:23 -0800)
README.md
infoex-autowx.py

index c7f34c90a5f6ba476840e59d217b95e6a29844c4..d9aec9d7790472538b36167134786e93966af05b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -331,6 +331,11 @@ windGustSpeedNum
 Version history
 ---------------
 
+- 3.3.1 (Jan 2022)
+
+  Fix bug in which HN24 values under certain circumstances could be
+  inaccurate.
+
 - 3.3.0 (Nov 2021)
 
   Implement wind averaging and auto-calculation of HN24. These are
index ab39f87d2008e8ae835d5710b7cfc3e420a71f65..f05939412945b367b39167c53e5c4572793862eb 100755 (executable)
@@ -43,7 +43,7 @@ import zeep
 import zeep.cache
 import zeep.transports
 
-__version__ = '3.3.0'
+__version__ = '3.3.1'
 
 LOG = logging.getLogger(__name__)
 LOG.setLevel(logging.NOTSET)