diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2221bb57c4..34c9a215a30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2022.8.0-rc (8 June 2022) +## 2022.8.0 (9 June 2022) ### Enhancements diff --git a/package-lock.json b/package-lock.json index b5d1338d6b7d..e85ba971a0f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2022.8.0-rc", + "version": "2022.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2022.8.0-rc", + "version": "2022.8.0", "license": "MIT", "dependencies": { "@vscode/jupyter-lsp-middleware": "^0.2.46", diff --git a/package.json b/package.json index 8d2df3f3f652..6b934185df1a 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.8.0-rc", + "version": "2022.8.0", "featureFlags": { "usingNewInterpreterStorage": true },