From: Alexander Vasarab Date: Wed, 10 Feb 2021 08:20:04 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.2.0^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/af717fa46971b5050c44c0a30340640dfcb0e5c2 Version bump --- 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)