Skip to content

Commit 7a00635

Browse files
authored
Update version and change log for release (#18816)
1 parent cfd194b commit 7a00635

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## 2022.4.0-rc (28 March 2022)
3+
## 2022.4.0 (30 March 2022)
44

55
### Enhancements
66

77
1. Use new pre-release mechanism to install insiders.
88
([#18144](https://github.com/Microsoft/vscode-python/issues/18144))
99
1. Add support for detection and selection of conda environments lacking a python interpreter.
1010
([#18357](https://github.com/Microsoft/vscode-python/issues/18357))
11-
1. Retains the state of the Tensorboard webview.
11+
1. Retains the state of the TensorBoard webview.
1212
([#18591](https://github.com/Microsoft/vscode-python/issues/18591))
1313
1. Move interpreter info status bar item to the right.
1414
([#18710](https://github.com/Microsoft/vscode-python/issues/18710))

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "2022.4.0-rc",
5+
"version": "2022.4.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)