Skip to content

Commit 2f06faa

Browse files
authored
Revert "post release changes 1.0.1 (#1406)" (#1410)
This reverts commit 4b68c72.
1 parent 4b68c72 commit 2f06faa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.azure-pipelines/azure-pipelines-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
vmImage: 'macOS-latest'
198198

199199
steps:
200-
- script: git checkout Releases-1.0.1
200+
- script: git checkout Releases-0.26.0
201201

202202
- template: templates/run-tests.yml
203203
parameters:

.azure-pipelines/azure-pipelines-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
vmImage: 'macOS-latest'
198198

199199
steps:
200-
- script: git checkout Releases-1.0.1
200+
- script: git checkout Releases-0.26.0
201201

202202
- template: templates/run-tests.yml
203203
parameters:

.vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
{
3636
"label": "Install extension",
3737
"type": "shell",
38-
"command": "az extension add --source ./dist/azure_devops-1.0.1-py2.py3-none-any.whl -y",
38+
"command": "az extension add --source ./dist/azure_devops-1.0.0-py2.py3-none-any.whl -y",
3939
"windows": {
40-
"command": "az extension add --source .\\dist\\azure_devops-1.0.1-py2.py3-none-any.whl -y",
40+
"command": "az extension add --source .\\dist\\azure_devops-1.0.0-py2.py3-none-any.whl -y",
4141
},
4242
"options": {
4343
"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 = "1.0.1"
6+
VERSION = "1.0.0"

0 commit comments

Comments
 (0)