Skip to content

Commit

Permalink
Update extension version (#11730)
Browse files Browse the repository at this point in the history
* Update extension version

* Update date in changelog.
  • Loading branch information
karthiknadig committed May 11, 2020
1 parent ebaba5c commit afb927b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2020.5.0-rc (5 May 2020)
## 2020.5.0 (12 May 2020)

### Enhancements

Expand Down Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit afb927b

Please sign in to comment.