Skip to content

Commit cec827f

Browse files
authored
Prep for release: version and changelog update (#14533)
* Update Version * Update change log
1 parent 2b3479a commit cec827f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

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

3-
## 2020.10.0-rc (14 October 2020)
3+
## 2020.10.0 (27 October 2020)
44

55
### Enhancements
66

7-
1. `debugpy` updated to stable version.
7+
1. `debugpy` updated to latest stable version.
8+
1. Make data viewer openable from the variables window context menu while debugging.
9+
([#14406](https://github.com/Microsoft/vscode-python/issues/14406))
810
1. Do not opt users out of the insiders program if they have a stable version installed.
911
([#14090](https://github.com/Microsoft/vscode-python/issues/14090))
1012

news/1 Enhancements/14406.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.10.0-rc",
5+
"version": "2020.10.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)