Version bump
authorAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 20:03:18 +0000 (13:03 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 20:03:18 +0000 (13:03 -0700)
README.md
infoex-autowx.py

index a02bfba816e401e406934f29ed862b3a3d62d982..96a530a48092fda30a9c1806d644d09715812ea5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -235,6 +235,10 @@ Future plans
 Version history
 ---------------
 
+- 2.0.2 (Jul 2020)
+
+  Fix issues shown by pylint(1).
+
 - 2.0.1 (Jul 2020)
 
   Major restructuring, but nothing which should impact the end user.
index 79e0fd3064a41d477811a4c5311b9977d9aefca9..c5ec48d04637ac2610ab7607f2620cf1cfe260b2 100755 (executable)
@@ -39,7 +39,7 @@ import zeep
 import zeep.cache
 import zeep.transports
 
-__version__ = '2.0.1'
+__version__ = '2.0.2'
 
 LOG = logging.getLogger(__name__)
 LOG.setLevel(logging.NOTSET)