Skip to content

Commit

Permalink
Version changed After release 0.21.0 (Azure#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan-sy authored and Iridias committed Mar 10, 2022
1 parent f96db08 commit 8d08f00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
vmImage: 'macOS-10.15'

steps:
- script: git checkout release-0.20.0
- script: git checkout release-0.21.0

- template: templates/run-tests.yml
parameters:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
vmImage: 'macOS-10.15'

steps:
- script: git checkout release-0.20.0
- script: git checkout release-0.21.0

- template: templates/run-tests.yml
parameters:
Expand Down
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
{
"label": "Install extension",
"type": "shell",
"command": "az extension add --source ./dist/azure_devops-0.21.0-py2.py3-none-any.whl -y",
"command": "az extension add --source ./dist/azure_devops-0.22.0-py2.py3-none-any.whl -y",
"windows": {
"command": "az extension add --source .\\dist\\azure_devops-0.21.0-py2.py3-none-any.whl -y",
"command": "az extension add --source .\\dist\\azure_devops-0.22.0-py2.py3-none-any.whl -y",
},
"options": {
"cwd": "${workspaceRoot}/azure-devops/"
Expand All @@ -51,9 +51,9 @@
{
"label": "Update extension",
"type": "shell",
"command": "az extension add --source ./dist/azure_devops-0.21.0-py2.py3-none-any.whl -y",
"command": "az extension add --source ./dist/azure_devops-0.22.0-py2.py3-none-any.whl -y",
"windows": {
"command": "az extension add --source .\\dist\\azure_devops-0.21.0-py2.py3-none-any.whl -y",
"command": "az extension add --source .\\dist\\azure_devops-0.22.0-py2.py3-none-any.whl -y",
},
"options": {
"cwd": "${workspaceRoot}/azure-devops/"
Expand Down
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

VERSION = "0.21.0"
VERSION = "0.22.0"

0 comments on commit 8d08f00

Please sign in to comment.