Version changed After release 0.21.0 (#1219)

This commit is contained in:
Roshan Soni 2021-10-29 15:43:39 +05:30 коммит произвёл GitHub
Родитель a372edfc9f
Коммит 3c90fbfac1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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:

8
.vscode/tasks.json поставляемый
Просмотреть файл

@ -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/"
@ -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/"

Просмотреть файл

@ -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"