From 8f4223867beba5d5788b106003ec7f86dd7edf30 Mon Sep 17 00:00:00 2001 From: gauravsaralms <43203065+gauravsaralMs@users.noreply.github.com> Date: Mon, 6 May 2019 14:00:14 +0530 Subject: [PATCH] Upgrade version to 0.8.0 (#575) --- .azure-pipelines/azure-pipelines-merge.yml | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .vscode/tasks.json | 8 ++++---- azure-devops/azext_devops/version.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-merge.yml b/.azure-pipelines/azure-pipelines-merge.yml index b71dc645..703e383d 100644 --- a/.azure-pipelines/azure-pipelines-merge.yml +++ b/.azure-pipelines/azure-pipelines-merge.yml @@ -55,7 +55,7 @@ jobs: - task: AzureFileCopy@2 displayName: 'Publish wheel to azure storage' inputs: - sourcePath: 'azure-devops/dist/azure_devops-0.7.0-py2.py3-none-any.whl' + sourcePath: 'azure-devops/dist/azure_devops-0.8.0-py2.py3-none-any.whl' azureConnectionType: 'ConnectedServiceNameARM' azureSubscription: 'CodeLens_Test (6bd70c51-ff44-4c89-9212-8d3f10e2a90a)' destination: 'azureBlob' @@ -197,7 +197,7 @@ jobs: vmImage: 'macOS-10.13' steps: - - script: git checkout release-0.6.0 + - script: git checkout release-0.7.0 - template: templates/run-tests.yml parameters: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4aea5a33..4e24b82b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,7 @@ Azure-Devops extension version: Use az --version Look for something like- Extensions: -azure-devops (0.7.0) +azure-devops (0.8.0) Steps to reproduce the behavior: 1. login using az login diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b8daba56..bb94e884 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-0.5.0-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-0.8.0-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-0.5.0-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-0.8.0-py2.py3-none-any.whl -y", }, "options": { "cwd": "${workspaceRoot}/azure-devops/" @@ -51,9 +51,9 @@ { "label": "Update extension", "type": "shell", - "command": "az extension add --source ./dist/azure_devops-0.5.0-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-0.8.0-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-0.5.0-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-0.8.0-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 102b75e3..b7698d6a 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 = "0.7.0" +VERSION = "0.8.0"