From 15eb489e8ef6c58480f946f8784d57fedfe73e85 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Mon, 11 May 2020 00:29:13 -0700 Subject: [PATCH 1/2] Update extension version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c950b27ef58..a87bf84d4bf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2020.5.0-rc", + "version": "2020.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c8bbf58fb27..96950926fd56 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2020.5.0-rc", + "version": "2020.5.0", "featureFlags": { "usingNewInterpreterStorage": true }, From c6e44657de0093eabfa853464736803b532ef0fa Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Mon, 11 May 2020 11:22:19 -0700 Subject: [PATCH 2/2] Update date in changelog. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec36802066db..5156aae4e7a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2020.5.0-rc (5 May 2020) +## 2020.5.0 (12 May 2020) ### Enhancements @@ -79,7 +79,7 @@ 1. Ensure kernel daemons are disposed correctly when closing notebooks. ([#11579](https://github.com/Microsoft/vscode-python/issues/11579)) 1. When VS quits, make sure to save contents of notebook for next reopen. - ([#11557](https://github.com/Microsoft/vscode-python/issues/11557)) + ([#11557](https://github.com/Microsoft/vscode-python/issues/11557)) 1. Fix scrolling when clicking in the interactive window to not jump around. ([#11554](https://github.com/Microsoft/vscode-python/issues/11554))