From b6e4372bd2963815c277c64210069d8a988aa16a Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Tue, 5 Aug 2025 09:43:26 -0700 Subject: [PATCH] bump to 2025.13.0-dev --- 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 4345047b8e3b..86e84f48b311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2025.12.0", + "version": "2025.13.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2025.12.0", + "version": "2025.13.0-dev", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 2f138943d9e0..961ba8263195 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.12.0", + "version": "2025.13.0-dev", "featureFlags": { "usingNewInterpreterStorage": true },