From: Alexander Vasarab Date: Thu, 19 Nov 2020 00:51:19 +0000 (-0800) Subject: Merge branch 'release-2.1.0' into develop X-Git-Tag: v2.2.0^2~2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/8be95536e1c559c145a33062d1659004af9f5338?hp=81b6cc9b49bb38d11ba5b0d155e52f5df72b1d1b Merge branch 'release-2.1.0' into develop --- diff --git a/README.md b/README.md index 96a530a..7c710d5 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,10 @@ Future plans Version history --------------- +- 2.1.0 (Nov 2020) + + Adjust precision of certain values before sending them to InfoEx. + - 2.0.2 (Jul 2020) Fix issues shown by pylint(1). diff --git a/infoex-autowx.py b/infoex-autowx.py index 6045991..baa8c84 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -39,7 +39,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '2.0.2' +__version__ = '2.1.0' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)