From: Alexander Vasarab Date: Tue, 2 Feb 2021 06:16:08 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.1.1^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/214974fc923f008ebbb1a0a3cb302ca482aeb8f1 Version bump --- 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)