Merge branch 'release-3.0.0' into develop
authorAlexander Vasarab <alexander@wylark.com>
Mon, 30 Nov 2020 01:40:36 +0000 (17:40 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Mon, 30 Nov 2020 01:40:36 +0000 (17:40 -0800)
README.md
infoex-autowx.py

index 681feac7a7e0972b7c9fe82024c593bbec1332c7..8d9da91bed3d7ad0b2c4ad1c6ebab513a5ad204b 100644 (file)
--- 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).
index c191e5c767c627f539ab1c8194ab8f6314ce5c81..3fe07fcbc0754948f02ff22e45d009e588bb3290 100755 (executable)
@@ -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)