mas-cli 15.7.0__py3-none-any.whl → 15.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mas-cli might be problematic. Click here for more details.

mas/cli/__init__.py CHANGED
@@ -8,4 +8,4 @@
8
8
  #
9
9
  # *****************************************************************************
10
10
 
11
- __version__ = "15.7.0" # Python module compatible semver
11
+ __version__ = "15.8.0" # Python module compatible semver
mas/cli/cli.py CHANGED
@@ -118,7 +118,7 @@ class BaseApp(PrintMixin, PromptMixin):
118
118
  logging.getLogger('asyncio').setLevel(logging.INFO)
119
119
 
120
120
  # Supports extended semver, unlike mas.cli.__version__
121
- self.version = "15.7.0"
121
+ self.version = "15.8.0"
122
122
  self.h1count = 0
123
123
  self.h2count = 0
124
124