Skip to content

Commit 7fd5cb3

Browse files
authored
Bump release 2025.2.0 (#24853)
1 parent 5cdbc60 commit 7fd5cb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/azure-pipeline.stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ extends:
102102
project: 'Monaco'
103103
definition: 593
104104
buildVersionToDownload: 'latestFromBranch'
105-
branchName: 'refs/heads/release/2024.22'
105+
branchName: 'refs/heads/release/2025.2'
106106
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
107107
artifactName: 'bin-$(vsceTarget)'
108108
itemPattern: |

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",
5-
"version": "2025.1.0-dev",
5+
"version": "2025.2.0-rc",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)