Skip to content

Commit

Permalink
update version and changelog (#14139)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kutugata authored Sep 28, 2020
1 parent 5da34fc commit 5065d31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 5065d31

Please sign in to comment.