From 6a516ce12e2e30356f0935485d5f565c398d5ef0 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Wed, 6 Jan 2021 17:08:50 -0800 Subject: [PATCH] Version bump --- README.md | 11 +++++++++++ infoex-autowx.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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) -- 2.30.2