From: Alexander Vasarab Date: Wed, 10 Feb 2021 08:21:25 +0000 (-0800) Subject: Merge branch 'release-3.2.0' into develop X-Git-Tag: v3.2.2^2~3 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/93b2c6c7ff2a5980cfa53e080f9471f54b7a05ba?hp=7af18ef5fb7f55caa0a75f80ecc961b5caa9f7ff Merge branch 'release-3.2.0' into develop --- diff --git a/README.md b/README.md index 170e2ed..4bd1563 100644 --- a/README.md +++ b/README.md @@ -292,14 +292,13 @@ windSpeedNum windDirectionNum windGustSpeedNum -Future plans ------------- - -- Implement unit conversion for NRCS stations - Version history --------------- +- 3.2.0 (Feb 2021) + + Implement NRCS unit conversion. + - 3.1.1 (Feb 2021) Fix relative humidity rounding. diff --git a/infoex-autowx.py b/infoex-autowx.py index 1cdc513..6594cc6 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.1.1' +__version__ = '3.2.0' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)