Skip to content

Commit 095b74c

Browse files
authored
Point release for March 2018 (#4965)
1 parent 1f600d9 commit 095b74c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22

33

4-
## 2019.3.0 (26 March 2019)
4+
## 2019.3.1 (27 March 2019)
5+
6+
### Enhancements
7+
8+
1. Use the download same logic for `stable` channel of the `Language Server` as that in `beta`.
9+
([#4960](https://github.com/Microsoft/vscode-python/issues/4960))
10+
11+
## 2019.3.6139 (26 March 2019)
512

613
### Enhancements
714

news/1 Enhancements/4960.md

Lines changed: 0 additions & 1 deletion
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.3.0",
5+
"version": "2019.3.1",
66
"languageServerVersion": "0.2.31",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)