Version bump
authorAlexander Vasarab <alexander@wylark.com>
Wed, 10 Feb 2021 08:20:04 +0000 (00:20 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Wed, 10 Feb 2021 08:20:04 +0000 (00:20 -0800)
README.md
infoex-autowx.py

index 170e2ed69927ee7f5bf0295247068793c9ee28f9..4bd1563e1a77e49b51234a32284c3be07aedc45f 100644 (file)
--- 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.
index 1cdc51396862904957d1e803fe60b4db404d1bfa..6594cc693612b24d14af1edb07d68200b35b7b59 100755 (executable)
@@ -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)