From: Alexander Vasarab Date: Mon, 30 Nov 2020 01:40:36 +0000 (-0800) Subject: Merge branch 'release-3.0.0' into develop X-Git-Tag: v3.0.1^2~3 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/25a66f0434b12784c2e93c8d0b32416d0f7a4ece?hp=20a65260b74f716c2ea29cf2859d1e87b6605feb Merge branch 'release-3.0.0' into develop --- diff --git a/README.md b/README.md index 681feac..8d9da91 100644 --- a/README.md +++ b/README.md @@ -257,12 +257,22 @@ windGustSpeedNum Future plans ------------ -- Improve the documentation - Implement unit conversion for NRCS stations Version history --------------- +- 3.0.0 (Nov 2020) + + Implement Custom Wx data providers. + + This release enables the user to write their own Python programs and + specify them to infoex-autowx as a data provider. + + This in turn enables the user to pull data from e.g. a local database + or an HTML page and push it into their InfoEx auto station data, + limited only by the imagination. + - 2.2.0 (Nov 2020) Add support for Tmin/Tmax values (directly from MesoWest/NRCS). diff --git a/infoex-autowx.py b/infoex-autowx.py index c191e5c..3fe07fc 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -39,7 +39,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '2.2.0' +__version__ = '3.0.0' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)