Skip to content

Commit 6c489d5

Browse files
authored
Update version for release (#24221)
1 parent 60bd545 commit 6c489d5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build/azure-pipeline.stable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ extends:
103103
project: 'Monaco'
104104
definition: 593
105105
buildVersionToDownload: 'latestFromBranch'
106-
branchName: 'refs/heads/release/2024.14'
106+
branchName: 'refs/heads/main'
107+
tags: 'v2024.16.0'
107108
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
108109
artifactName: 'bin-$(vsceTarget)'
109110
itemPattern: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",
5-
"version": "2024.16.0-rc",
5+
"version": "2024.16.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)