Skip to content

Commit 4d8ca68

Browse files
committed
Bump version for hot fix #4566
1 parent dffdd65 commit 4d8ca68

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
4+
## 2019.2.1 (27 Feb 2019)
5+
6+
### Fixes
7+
8+
9+
1. Exclude files `travis*.log`, `pythonFiles/tests/**`, `types/**` from the extension.
10+
([#4554](https://github.com/Microsoft/vscode-python/issues/4554))
11+
([#4566](https://github.com/Microsoft/vscode-python/issues/4566))
12+
313
## 2019.2.0 (26 Feb 2019)
414

515
### Thanks

news/3 Code Health/4554.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.2.0",
5+
"version": "2019.2.1",
66
"languageServerVersion": "0.1.80",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)