From: Alexander Vasarab Date: Thu, 2 Jul 2020 20:05:51 +0000 (-0700) Subject: Merge branch 'release-2.0.2' into develop X-Git-Tag: v2.1.0^2~3 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/445d0be65ab338d91041030c1f62f6663cb1defc?hp=f2e681ff296c76c1d0aa1cf3c8b6cbce385362b7 Merge branch 'release-2.0.2' into develop --- diff --git a/README.md b/README.md index a02bfba..96a530a 100644 --- 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. diff --git a/infoex-autowx.py b/infoex-autowx.py index 79e0fd3..c5ec48d 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -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)