From ec6f41da0e02a4ca022b1000f27f1b5ba5e8a4a1 Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Tue, 21 Apr 2026 15:59:28 +0530 Subject: [PATCH 1/2] Post Release Changes --- azure-devops/azext_devops/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-devops/azext_devops/version.py b/azure-devops/azext_devops/version.py index 37460e6a..c51a72e4 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.3" +VERSION = "1.0.4" From cbe3f6acbfc22adad60636b59b9533b34935f6fd Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Tue, 21 Apr 2026 15:59:55 +0530 Subject: [PATCH 2/2] Post Release changes --- .vscode/tasks.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 63c35ff1..bf6b9fa3 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.3-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-1.0.4-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-1.0.3-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-1.0.4-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.3-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-1.0.4-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-1.0.3-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-1.0.4-py2.py3-none-any.whl -y", }, "options": { "cwd": "${workspaceRoot}/azure-devops/"