From 6801c1fe634fa10abc04149fb6a2a7bd0ef5904d Mon Sep 17 00:00:00 2001 From: Eleanor Boyd Date: Thu, 6 Feb 2025 12:13:26 -0800 Subject: [PATCH] finalized release for 2025.0 (#24793) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01d5d5799ec7..3cdf91474690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2025.0.0-rc", + "version": "2025.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2025.0.0-rc", + "version": "2025.0.0", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index bac34ddf767a..2a847f3df55b 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.0.0-rc", + "version": "2025.0.0", "featureFlags": { "usingNewInterpreterStorage": true },