From af717fa46971b5050c44c0a30340640dfcb0e5c2 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Wed, 10 Feb 2021 00:20:04 -0800 Subject: [PATCH] Version bump --- README.md | 9 ++++----- infoex-autowx.py | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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) -- 2.30.2