diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d212c9f9067..b1fb41aa0ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ ### Fixes +1. Fix IPyKernel install issue with windows paths. + ([#13493](https://github.com/microsoft/vscode-python/issues/13493)) 1. Fix escaping of output to encode HTML chars correctly. ([#5678](https://github.com/Microsoft/vscode-python/issues/5678)) - + ### Thanks Thanks to the following projects which we fully rely on to provide some of diff --git a/package-lock.json b/package-lock.json index 02c8932d6c64..e57358bdbf7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2020.9.0", + "version": "2020.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b34f0ee31e6b..5cec5744359e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2020.9.0", + "version": "2020.9.1", "featureFlags": { "usingNewInterpreterStorage": true },