Skip to content

Commit

Permalink
Updates for the 2019.6.0 release. (#6327)
Browse files Browse the repository at this point in the history
(for #5825)
  • Loading branch information
ericsnowcurrently authored Jun 25, 2019
1 parent 03f53e1 commit ed501bf
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 27 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2019.6.0-rc (19 June 2019)
## 2019.6.0 (25 June 2019)

### Enhancements

Expand Down Expand Up @@ -124,6 +124,12 @@
([#5983](https://github.com/Microsoft/vscode-python/issues/5983))
1. Account for files being opened in Visual Studio Code that do not belong to a workspace.
([#6624](https://github.com/Microsoft/vscode-python/issues/6624))
1. Accessibility pass on plot viewer
([#6020](https://github.com/Microsoft/vscode-python/issues/6020))
1. Allow for both password and self cert server to work together
([#6265](https://github.com/Microsoft/vscode-python/issues/6265))
1. Fix pdf export in release bits.
([#6277](https://github.com/Microsoft/vscode-python/issues/6277))

### Code Health

Expand Down
1 change: 0 additions & 1 deletion news/2 Fixes/6020.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/6265.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/6277.md

This file was deleted.

80 changes: 58 additions & 22 deletions 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, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2019.6.0-rc",
"version": "2019.6.0",
"languageServerVersion": "0.2.82",
"publisher": "ms-python",
"author": {
Expand Down

0 comments on commit ed501bf

Please sign in to comment.