From 8e3a7d5df424ce2c1b32bf4ca757ca49afeee89d Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 1 Oct 2024 23:09:45 -0700 Subject: [PATCH 1/3] Update `pet` for stable --- build/azure-pipeline.stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 5f7536efbe2a..46f3cd4a7b4e 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -103,7 +103,7 @@ extends: project: 'Monaco' definition: 593 buildVersionToDownload: 'latestFromBranch' - branchName: 'refs/heads/release/2024.14' + branchName: 'refs/tags/v2024.16.0' targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin' artifactName: 'bin-$(vsceTarget)' itemPattern: | From 58e37c76b12149209502e53c19b88afd0f70af46 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 1 Oct 2024 23:11:25 -0700 Subject: [PATCH 2/3] 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 839f0c812e9a..cd4acf3f8853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.16.0-rc", + "version": "2024.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.16.0-rc", + "version": "2024.16.0", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 13ec2e5784b9..562331727c89 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.16.0-rc", + "version": "2024.16.0", "featureFlags": { "usingNewInterpreterStorage": true }, From 43f69fdfe6d2cadc092fa251b90e62160c94e9a4 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 1 Oct 2024 23:14:35 -0700 Subject: [PATCH 3/3] Update `pet` tags --- build/azure-pipeline.stable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 46f3cd4a7b4e..a34b632dc11b 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -103,7 +103,8 @@ extends: project: 'Monaco' definition: 593 buildVersionToDownload: 'latestFromBranch' - branchName: 'refs/tags/v2024.16.0' + branchName: 'refs/heads/main' + tags: 'v2024.16.0' targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin' artifactName: 'bin-$(vsceTarget)' itemPattern: |