From 0ae70317dcf41a942e10ce9c19012748919b05dd Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Thu, 2 Jul 2020 11:41:52 -0700 Subject: [PATCH] Version bump --- README.md | 8 ++++++++ infoex-autowx.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edd134b..a02bfba 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,14 @@ Future plans Version history --------------- +- 2.0.1 (Jul 2020) + + Major restructuring, but nothing which should impact the end user. + + - Took the monolithic main () routine and broke it out into logical + components. + - Improved the names of variables. + - 2.0.0 (Jul 2020) Implement MesoWest integration. diff --git a/infoex-autowx.py b/infoex-autowx.py index 48a9063..823885c 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -39,7 +39,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '2.0.0' +__version__ = '2.0.1' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET) -- 2.30.2