Merge branch 'release-2.0.1' into develop
authorAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 18:44:39 +0000 (11:44 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 18:44:39 +0000 (11:44 -0700)
README.md
infoex-autowx.py

index edd134b8ddb6a5d4cfaeff58781d5c1f9ab9f8de..a02bfba816e401e406934f29ed862b3a3d62d982 100644 (file)
--- 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.
index 48a9063ff4137ce25087dca97ab1a25aa328472c..823885c025df8df25af9644c63f7b8055275eb20 100755 (executable)
@@ -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)