Skip to content

Commit b1ee7de

Browse files
authored
Point release for September (#6955)
* New version * Update changelog
1 parent 3f72df1 commit b1ee7de

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2019.8.1 (13 August 2019)
4+
5+
### Fixes
6+
7+
1. Revert changes to resolve unexpected indentation behavior after previous update.
8+
([#6886](https://github.com/microsoft/vscode-python/issues/6886))
9+
([#6945](https://github.com/microsoft/vscode-python/pull/6945))
10+
311
## 2019.8.0 (6 August 2019)
412

513
### Enhancements

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, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.8.0",
5+
"version": "2019.8.1",
66
"languageServerVersion": "0.3.43",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)