From 4627285e5555bd41668f8eee5b55a6f7380bda0e Mon Sep 17 00:00:00 2001 From: "Rishabh Mishra (LTIMindtree Limited)" Date: Wed, 12 Aug 2026 06:54:27 -0700 Subject: [PATCH] PostReleaseChangesfor-1.0.6-to-1.0.7 --- .vscode/tasks.json | 8 ++++---- azure-devops/azext_devops/version.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a64cf52c..9d296cb2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -38,9 +38,9 @@ { "label": "Install extension", "type": "shell", - "command": "az extension add --source ./dist/azure_devops-1.0.6-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-1.0.7-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-1.0.6-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-1.0.7-py2.py3-none-any.whl -y", }, "options": { "cwd": "${workspaceRoot}/azure-devops/" @@ -54,9 +54,9 @@ { "label": "Update extension", "type": "shell", - "command": "az extension add --source ./dist/azure_devops-1.0.6-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-1.0.7-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-1.0.6-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-1.0.7-py2.py3-none-any.whl -y", }, "options": { "cwd": "${workspaceRoot}/azure-devops/" diff --git a/azure-devops/azext_devops/version.py b/azure-devops/azext_devops/version.py index 2d14da71..5a8df613 100644 --- a/azure-devops/azext_devops/version.py +++ b/azure-devops/azext_devops/version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -VERSION = "1.0.6" +VERSION = "1.0.7"