From: Alexander Vasarab Date: Thu, 7 Jan 2021 01:08:50 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.0.1^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/6a516ce12e2e30356f0935485d5f565c398d5ef0 Version bump --- diff --git a/README.md b/README.md index 8d9da91..944606c 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,17 @@ Future plans Version history --------------- +- 3.0.1 (Jan 2021) + + General fixes. + + - MesoWest wind data (speed and gust speed) units are now transformed + from their origin unit (meters per second) to the unit expected by + InfoEx (miles per hour). + + - Relative humidity is now rounded to one decimal place, preventing + InfoEx from reddening the auto-filled value. + - 3.0.0 (Nov 2020) Implement Custom Wx data providers. diff --git a/infoex-autowx.py b/infoex-autowx.py index cac8c3e..d58baac 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -39,7 +39,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.0.0' +__version__ = '3.0.1' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)