diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index ce67c69a3df4..71399281efd9 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -128,7 +128,7 @@ extends: project: 'Monaco' definition: 593 buildVersionToDownload: 'latestFromBranch' - branchName: 'refs/heads/release/2025.12' + branchName: 'refs/heads/release/2025.14' targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin' artifactName: 'bin-$(buildTarget)' itemPattern: | diff --git a/package-lock.json b/package-lock.json index 9a52111abc5c..3c8d361e0897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2025.13.0-dev", + "version": "2025.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2025.13.0-dev", + "version": "2025.14.0", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index cc8bed68ddb5..dd89ca4b5685 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.", - "version": "2025.13.0-dev", + "version": "2025.14.0", "featureFlags": { "usingNewInterpreterStorage": true },