From: Alexander Vasarab Date: Fri, 21 Jan 2022 02:23:09 +0000 (-0800) Subject: Bump version X-Git-Tag: v3.3.1^0 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/9611fca06f13556a55ba012562a77356ed15a53f Bump version --- diff --git a/README.md b/README.md index c7f34c9..d9aec9d 100644 --- 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 diff --git a/infoex-autowx.py b/infoex-autowx.py index ab39f87..f059394 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -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)