mas-cli 15.4.0__py3-none-any.whl → 15.5.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 +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +162 -162
- mas/cli/update/app.py +21 -9
- {mas_cli-15.4.0.dist-info → mas_cli-15.5.0.dist-info}/METADATA +1 -1
- {mas_cli-15.4.0.dist-info → mas_cli-15.5.0.dist-info}/RECORD +9 -9
- {mas_cli-15.4.0.data → mas_cli-15.5.0.data}/scripts/mas-cli +0 -0
- {mas_cli-15.4.0.dist-info → mas_cli-15.5.0.dist-info}/WHEEL +0 -0
- {mas_cli-15.4.0.dist-info → mas_cli-15.5.0.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "15.
|
|
120
|
+
self.version = "15.5.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|