From 4b68c72b05389939811b8aa5ee1dc4da05ee759e Mon Sep 17 00:00:00 2001 From: v-soujanya <101401302+v-soujanya@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:21:26 +0530 Subject: [PATCH] post release changes 1.0.1 (#1406) --- .azure-pipelines/azure-pipelines-merge.yml | 2 +- .azure-pipelines/azure-pipelines-pr.yml | 2 +- .vscode/tasks.json | 4 ++-- azure-devops/azext_devops/version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-merge.yml b/.azure-pipelines/azure-pipelines-merge.yml index cbeeadcb..90d8a5d7 100644 --- a/.azure-pipelines/azure-pipelines-merge.yml +++ b/.azure-pipelines/azure-pipelines-merge.yml @@ -197,7 +197,7 @@ jobs: vmImage: 'macOS-latest' steps: - - script: git checkout Releases-0.26.0 + - script: git checkout Releases-1.0.1 - template: templates/run-tests.yml parameters: diff --git a/.azure-pipelines/azure-pipelines-pr.yml b/.azure-pipelines/azure-pipelines-pr.yml index ea8f8490..29e7b137 100644 --- a/.azure-pipelines/azure-pipelines-pr.yml +++ b/.azure-pipelines/azure-pipelines-pr.yml @@ -197,7 +197,7 @@ jobs: vmImage: 'macOS-latest' steps: - - script: git checkout Releases-0.26.0 + - script: git checkout Releases-1.0.1 - template: templates/run-tests.yml parameters: diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ecd1e384..c8013041 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -35,9 +35,9 @@ { "label": "Install extension", "type": "shell", - "command": "az extension add --source ./dist/azure_devops-1.0.0-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-1.0.1-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-1.0.0-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-1.0.1-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 723a6960..c0e4160f 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.0" +VERSION = "1.0.1"