diff --git a/.azure-pipelines/azure-pipelines-merge.yml b/.azure-pipelines/azure-pipelines-merge.yml index cbeeadcb4..90d8a5d77 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 ea8f84908..29e7b137f 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 ecd1e384e..c80130416 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 723a6960c..c0e4160fe 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"