From b9f4fa6f4597b7d5c6a03ad4d2128f33a53f7c96 Mon Sep 17 00:00:00 2001 From: Anthony Kim <62267334+anthonykim1@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:14:17 -0800 Subject: [PATCH] Version update for point release 2024.2.1 (#23006) --- 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 c4ef70db92e3..817adbbfa2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.2.0", + "version": "2024.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.2.0", + "version": "2024.2.1", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 974942d53103..bd24d40a7c1e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (Python Debugger), code formatting, refactoring, unit tests, and more.", - "version": "2024.2.0", + "version": "2024.2.1", "featureFlags": { "usingNewInterpreterStorage": true },