From: Alexander Vasarab Date: Sun, 29 Nov 2020 17:31:48 +0000 (-0800) Subject: Version bump X-Git-Tag: v2.2.0^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/241d0d1763a10bb5f2168706005580cd0287810e?ds=sidebyside Version bump --- diff --git a/README.md b/README.md index 7c710d5..b2af012 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,10 @@ Future plans Version history --------------- +- 2.2.0 (Nov 2020) + + Add support for Tmin/Tmax values (directly from MesoWest/NRCS). + - 2.1.0 (Nov 2020) Adjust precision of certain values before sending them to InfoEx. diff --git a/infoex-autowx.py b/infoex-autowx.py index fdaec34..ea23bc3 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -39,7 +39,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '2.1.0' +__version__ = '2.2.0' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)