Skip to content

Commit

Permalink
post release changes 1.0.1 (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-soujanya committed Apr 30, 2024
1 parent 22694d5 commit 4b68c72
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -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:
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 @@ -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:
Expand Down
4 changes: 2 additions & 2 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-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/"
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 = "1.0.0"
VERSION = "1.0.1"

0 comments on commit 4b68c72

Please sign in to comment.