From 8a8c00d50721fb0e422f0b6783f80803f48f846e Mon Sep 17 00:00:00 2001 From: Eleanor Boyd Date: Mon, 4 Dec 2023 11:43:45 -0800 Subject: [PATCH] bump-dev-version-2023.23 (#22588) unfreezing main by switching version back to `-rc`, `2023.23.0-rc` --- 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 1e5c4d7418ac..a6a9cf40a760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2023.22.0-rc", + "version": "2023.23.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2023.22.0-rc", + "version": "2023.23.0-dev", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index f286a73b55ab..6233dad55b94 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.", - "version": "2023.22.0-rc", + "version": "2023.23.0-dev", "featureFlags": { "usingNewInterpreterStorage": true },