Skip to content

Commit 100f87e

Browse files
authored
Update version and changelog for release (#17647)
1 parent 6258ca2 commit 100f87e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## 2021.10.0-rc (4 October 2021)
3+
## 2021.10.0 (6 October 2021)
44

55
### Enhancements
66

@@ -10,7 +10,7 @@
1010
([#11995](https://github.com/Microsoft/vscode-python/issues/11995))
1111
1. Add support for dynamic updates in interpreter list.
1212
([#17043](https://github.com/Microsoft/vscode-python/issues/17043))
13-
1. Query for fresh workspace envs when autoselecting interpreters in a new workspace.
13+
1. Query for fresh workspace envs when auto-selecting interpreters in a new workspace.
1414
([#17264](https://github.com/Microsoft/vscode-python/issues/17264))
1515
1. Increase Microsoft Python Language Server deprecation prompt frequency and update wording.
1616
([#17361](https://github.com/Microsoft/vscode-python/issues/17361))
@@ -55,7 +55,7 @@
5555
1. Improve pattern matching for shell detection on Windows.
5656
(thanks [Erik Demaine](https://github.com/edemaine/))
5757
([#17426](https://github.com/Microsoft/vscode-python/issues/17426))
58-
1. Changed the way of searching left bracket [ in case of subsets of tests.
58+
1. Changed the way of searching left bracket `[` in case of subsets of tests.
5959
(thanks [ilexei](https://github.com/ilexei))
6060
([#17461](https://github.com/Microsoft/vscode-python/issues/17461))
6161
1. Fix hang caused by loop in getting interpreter information.

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": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
5-
"version": "2021.10.0-rc",
5+
"version": "2021.10.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)