Skip to content

Commit afb927b

Browse files
authored
Update extension version (#11730)
* Update extension version * Update date in changelog.
1 parent ebaba5c commit afb927b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2020.5.0-rc (5 May 2020)
3+
## 2020.5.0 (12 May 2020)
44

55
### Enhancements
66

@@ -79,7 +79,7 @@
7979
1. Ensure kernel daemons are disposed correctly when closing notebooks.
8080
([#11579](https://github.com/Microsoft/vscode-python/issues/11579))
8181
1. When VS quits, make sure to save contents of notebook for next reopen.
82-
([#11557](https://github.com/Microsoft/vscode-python/issues/11557))
82+
([#11557](https://github.com/Microsoft/vscode-python/issues/11557))
8383
1. Fix scrolling when clicking in the interactive window to not jump around.
8484
([#11554](https://github.com/Microsoft/vscode-python/issues/11554))
8585

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2020.5.0-rc",
5+
"version": "2020.5.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)