Skip to content

Commit a45ec70

Browse files
authored
bump to release version 1.18 (#1215)
1 parent 25d851c commit a45ec70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ extends:
112112
project: 'Monaco'
113113
definition: 593
114114
buildVersionToDownload: 'latestFromBranch'
115-
branchName: 'refs/heads/release/2026.0'
115+
branchName: 'refs/heads/release/2026.2'
116116
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
117117
artifactName: 'bin-$(buildTarget)'
118118
itemPattern: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-python-envs",
33
"displayName": "Python Environments",
44
"description": "Provides a unified python environment experience",
5-
"version": "1.17.0",
5+
"version": "1.18.0",
66
"publisher": "ms-python",
77
"preview": true,
88
"engines": {

0 commit comments

Comments
 (0)