Skip to content

Commit d0cba52

Browse files
committed
Post Release Changes
1 parent 1b7f6c0 commit d0cba52

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/released-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
azdev setup -r ./ -e azure-devops
4444
azdev extension repo add .
4545
azdev extension add azure-devops
46+
azdev linter azure-devops --min-severity medium
4647
azdev test azure-devops --live --no-exitfirst --series
4748
env:
4849
AZURE_DEVOPS_EXT_TEST_ORG: ${{ secrets.AZURE_DEVOPS_EXT_TEST_ORG }}

.vscode/tasks.json

Lines changed: 4 additions & 4 deletions
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.2-py2.py3-none-any.whl -y",
38+
"command": "az extension add --source ./dist/azure_devops-1.0.3-py2.py3-none-any.whl -y",
3939
"windows": {
40-
"command": "az extension add --source .\\dist\\azure_devops-1.0.2-py2.py3-none-any.whl -y",
40+
"command": "az extension add --source .\\dist\\azure_devops-1.0.3-py2.py3-none-any.whl -y",
4141
},
4242
"options": {
4343
"cwd": "${workspaceRoot}/azure-devops/"
@@ -51,9 +51,9 @@
5151
{
5252
"label": "Update extension",
5353
"type": "shell",
54-
"command": "az extension add --source ./dist/azure_devops-1.0.2-py2.py3-none-any.whl -y",
54+
"command": "az extension add --source ./dist/azure_devops-1.0.3-py2.py3-none-any.whl -y",
5555
"windows": {
56-
"command": "az extension add --source .\\dist\\azure_devops-1.0.2-py2.py3-none-any.whl -y",
56+
"command": "az extension add --source .\\dist\\azure_devops-1.0.3-py2.py3-none-any.whl -y",
5757
},
5858
"options": {
5959
"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.2"
6+
VERSION = "1.0.3"

0 commit comments

Comments
 (0)