Skip to content

Commit fc221ad

Browse files
authored
missed post release changes for previous release (#1396)
1 parent 2291c95 commit fc221ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vscode/tasks.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"tasks": [
44
{
55
"label": "BuildWheel",
6-
"command": "${config:python.pythonPath}",
6+
"command": "${command:python.interpreterPath}",
77
"args": [
88
"setup.py",
99
"sdist",
@@ -35,9 +35,9 @@
3535
{
3636
"label": "Install extension",
3737
"type": "shell",
38-
"command": "az extension add --source ./dist/azure_devops-0.26.0-py2.py3-none-any.whl -y",
38+
"command": "az extension add --source ./dist/azure_devops-0.27.0-py2.py3-none-any.whl -y",
3939
"windows": {
40-
"command": "az extension add --source .\\dist\\azure_devops-0.26.0-py2.py3-none-any.whl -y",
40+
"command": "az extension add --source .\\dist\\azure_devops-0.27.0-py2.py3-none-any.whl -y",
4141
},
4242
"options": {
4343
"cwd": "${workspaceRoot}/azure-devops/"
@@ -51,9 +51,9 @@
5151
{
5252
"label": "Update extension",
5353
"type": "shell",
54-
"command": "az extension add --source ./dist/azure_devops-0.26.0-py2.py3-none-any.whl -y",
54+
"command": "az extension add --source ./dist/azure_devops-0.27.0-py2.py3-none-any.whl -y",
5555
"windows": {
56-
"command": "az extension add --source .\\dist\\azure_devops-0.26.0-py2.py3-none-any.whl -y",
56+
"command": "az extension add --source .\\dist\\azure_devops-0.27.0-py2.py3-none-any.whl -y",
5757
},
5858
"options": {
5959
"cwd": "${workspaceRoot}/azure-devops/"

azure-devops/azext_devops/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "0.26.0"
6+
VERSION = "0.27.0"

0 commit comments

Comments
 (0)