Bump version v3.3.0
authorAlexander Vasarab <alexander@wylark.com>
Tue, 16 Nov 2021 04:18:01 +0000 (20:18 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Tue, 16 Nov 2021 04:18:01 +0000 (20:18 -0800)
README.md
infoex-autowx.py

index ed40451a082c6054c4ace04b2d96fa036e120fc6..c7f34c90a5f6ba476840e59d217b95e6a29844c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -331,6 +331,11 @@ windGustSpeedNum
 Version history
 ---------------
 
+- 3.3.0 (Nov 2021)
+
+  Implement wind averaging and auto-calculation of HN24. These are
+  opt-in via two new configuration options.
+
 - 3.2.4 (Mar 2021)
 
   Fix a small bug that allowed MesoWest HS values to flow through in
index e5849331cd79ec7846d5d781d38d4e9e6de5edad..87c9c4a33cc1fe568ec098e4277f6011bf11bd14 100755 (executable)
@@ -43,7 +43,7 @@ import zeep
 import zeep.cache
 import zeep.transports
 
-__version__ = '3.2.4'
+__version__ = '3.3.0'
 
 LOG = logging.getLogger(__name__)
 LOG.setLevel(logging.NOTSET)