From 5bc90036153c6102d2569ba4fddc081132110680 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Thu, 31 Oct 2024 10:13:41 -0700 Subject: [PATCH] Update version for release --- 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 dc5f5e0553e7..ba793da16406 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.18.0-rc", + "version": "2024.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.18.0-rc", + "version": "2024.18.0", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 1c7689f6969e..eb165bba41d0 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": "2024.18.0-rc", + "version": "2024.18.0", "featureFlags": { "usingNewInterpreterStorage": true },