diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e3590938e1..35710feb30a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2022.4.0-rc (28 March 2022) +## 2022.4.0 (30 March 2022) ### Enhancements @@ -8,7 +8,7 @@ ([#18144](https://github.com/Microsoft/vscode-python/issues/18144)) 1. Add support for detection and selection of conda environments lacking a python interpreter. ([#18357](https://github.com/Microsoft/vscode-python/issues/18357)) -1. Retains the state of the Tensorboard webview. +1. Retains the state of the TensorBoard webview. ([#18591](https://github.com/Microsoft/vscode-python/issues/18591)) 1. Move interpreter info status bar item to the right. ([#18710](https://github.com/Microsoft/vscode-python/issues/18710)) diff --git a/package-lock.json b/package-lock.json index b6c56d3b0ae2..ad51cd326836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2022.4.0-rc", + "version": "2022.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2022.4.0-rc", + "version": "2022.4.0", "license": "MIT", "dependencies": { "@vscode/jupyter-lsp-middleware": "^0.2.35", diff --git a/package.json b/package.json index f99ac4f47e24..2a44a79638c5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.", - "version": "2022.4.0-rc", + "version": "2022.4.0", "featureFlags": { "usingNewInterpreterStorage": true },