From: Alexander Vasarab Date: Tue, 16 Nov 2021 04:18:01 +0000 (-0800) Subject: Bump version X-Git-Tag: v3.3.0^0 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/992a343b1c78aeaa23c2d481f7f8655e11f777bf Bump version --- diff --git a/README.md b/README.md index ed40451..c7f34c9 100644 --- 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 diff --git a/infoex-autowx.py b/infoex-autowx.py index e584933..87c9c4a 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -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)