Skip to content

Commit 5065d31

Browse files
author
David Kutugata
authored
update version and changelog (microsoft#14139)
1 parent 5da34fc commit 5065d31

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
### Fixes
66

7+
1. Fix IPyKernel install issue with windows paths.
8+
([#13493](https://github.com/microsoft/vscode-python/issues/13493))
79
1. Fix escaping of output to encode HTML chars correctly.
810
([#5678](https://github.com/Microsoft/vscode-python/issues/5678))
9-
11+
1012
### Thanks
1113

1214
Thanks to the following projects which we fully rely on to provide some of

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

0 commit comments

Comments
 (0)