From 214974fc923f008ebbb1a0a3cb302ca482aeb8f1 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Mon, 1 Feb 2021 22:16:08 -0800 Subject: [PATCH] Version bump --- README.md | 4 ++++ infoex-autowx.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5cbef..16c76b2 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,10 @@ Future plans Version history --------------- +- 3.1.1 (Feb 2021) + + Fix relative humidity rounding. + - 3.1.0 (Jan 2021) Implement time zone support. diff --git a/infoex-autowx.py b/infoex-autowx.py index c2d20f7..abdf14a 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -42,7 +42,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.1.0' +__version__ = '3.1.1' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET) -- 2.30.2