Skip to content

Commit 6d7726f

Browse files
authored
Users/v soujanya/Post Release Changes 1.0.3 (#1492)
* Post Release Changes * Post Release changes
1 parent ef6ca9c commit 6d7726f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.vscode/tasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
{
3939
"label": "Install extension",
4040
"type": "shell",
41-
"command": "az extension add --source ./dist/azure_devops-1.0.3-py2.py3-none-any.whl -y",
41+
"command": "az extension add --source ./dist/azure_devops-1.0.4-py2.py3-none-any.whl -y",
4242
"windows": {
43-
"command": "az extension add --source .\\dist\\azure_devops-1.0.3-py2.py3-none-any.whl -y",
43+
"command": "az extension add --source .\\dist\\azure_devops-1.0.4-py2.py3-none-any.whl -y",
4444
},
4545
"options": {
4646
"cwd": "${workspaceRoot}/azure-devops/"
@@ -54,9 +54,9 @@
5454
{
5555
"label": "Update extension",
5656
"type": "shell",
57-
"command": "az extension add --source ./dist/azure_devops-1.0.3-py2.py3-none-any.whl -y",
57+
"command": "az extension add --source ./dist/azure_devops-1.0.4-py2.py3-none-any.whl -y",
5858
"windows": {
59-
"command": "az extension add --source .\\dist\\azure_devops-1.0.3-py2.py3-none-any.whl -y",
59+
"command": "az extension add --source .\\dist\\azure_devops-1.0.4-py2.py3-none-any.whl -y",
6060
},
6161
"options": {
6262
"cwd": "${workspaceRoot}/azure-devops/"

azure-devops/azext_devops/version.py

Lines changed: 1 addition & 1 deletion
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 = "1.0.3"
6+
VERSION = "1.0.4"

0 commit comments

Comments
 (0)