Merge branch 'release-2.1.0' into develop
authorAlexander Vasarab <alexander@wylark.com>
Thu, 19 Nov 2020 00:51:19 +0000 (16:51 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Thu, 19 Nov 2020 00:51:19 +0000 (16:51 -0800)
README.md
infoex-autowx.py

index 96a530a48092fda30a9c1806d644d09715812ea5..7c710d51025e3ecb63a6c4acee97ced6e3305890 100644 (file)
--- 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).
index 6045991d1755f28c862056a6e71583722f095c22..baa8c84dd63c6184194c92978a5b5476a148d179 100755 (executable)
@@ -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)