Skip to content

Commit d505aac

Browse files
committed
Bump version
1 parent b24e2cb commit d505aac

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.4.1 (24 April 2019)
4+
5+
### Fixes
6+
7+
1. Remove trailing commas in JSON files.
8+
(thanks [Romain](https://github.com/quarthex))
9+
([#5437](https://github.com/Microsoft/vscode-python/issues/5437))
10+
311
## 2019.4.0 (23 April 2019)
412

513
### Enhancements

news/2 Fixes/5437.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)