From 7c1bffc3f8547809497b0b21c2d26210c4a7058e Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 8 Apr 2019 10:10:09 -0700 Subject: [PATCH 1/3] New release --- CHANGELOG.md | 8 ++++++++ requirements.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e10f3bf0ac03..b4faa40b2dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## 2019.3.3 (8 April 2019) + +### Fixes + +1. Fix issues related to debugging Django templagtes. + ([#4988](https://github.com/Microsoft/vscode-python/issues/4988)) + + ## 2019.3.2 (2 April 2019) ### Fixes diff --git a/requirements.txt b/requirements.txt index 05aca0339e38..2f17e6c19a6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ jedi==0.12.0 parso==0.2.1 isort==4.3.4 -ptvsd==4.2.6 +ptvsd==4.2.7 From 21f6148bbb2d2bbdc0931416860002c70af37001 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 8 Apr 2019 10:13:02 -0700 Subject: [PATCH 2/3] Bumnp ptvsd and ls --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4faa40b2dbf..263fd5c43a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ 1. Fix issues related to debugging Django templagtes. ([#4988](https://github.com/Microsoft/vscode-python/issues/4988)) - +1. Update the Python language server to 0.2.44. ## 2019.3.2 (2 April 2019) diff --git a/package.json b/package.json index 0e4943d23f02..ff4ba657cbeb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.", "version": "2019.3.2", - "languageServerVersion": "0.2.31", + "languageServerVersion": "0.2.44", "publisher": "ms-python", "author": { "name": "Microsoft Corporation" From 33fa530945e322c543af61446090ade895bb4330 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 8 Apr 2019 10:19:27 -0700 Subject: [PATCH 3/3] Updated ptvsd --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263fd5c43a85..2bc9e873e1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ ### Fixes -1. Fix issues related to debugging Django templagtes. - ([#4988](https://github.com/Microsoft/vscode-python/issues/4988)) +1. Update ptvsd to [4.2.7](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.7). + * Fix issues related to debugging Django templagtes. 1. Update the Python language server to 0.2.44. ## 2019.3.2 (2 April 2019)