From 1ab2bcea6cf3cf9c331b37d0cbe64b132f0fe2fd Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Tue, 13 Aug 2019 14:19:34 -0700 Subject: [PATCH 1/2] Updated ptvsd to 4.3.2 --- news/3 Code Health/6961.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/3 Code Health/6961.md diff --git a/news/3 Code Health/6961.md b/news/3 Code Health/6961.md new file mode 100644 index 000000000000..30f86c6f80ef --- /dev/null +++ b/news/3 Code Health/6961.md @@ -0,0 +1 @@ +Updated version of [PTVSD](https://pypi.org/project/ptvsd/) to `4.3.2` diff --git a/requirements.txt b/requirements.txt index 74689971a572..b51a49aa3cf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ jedi==0.13.3 parso==0.5.0 isort==4.3.21 -ptvsd==4.3.0 +ptvsd==4.3.2 From 6467c2597a6a6a44b42b0e9b7105e4e8f92b6432 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Tue, 13 Aug 2019 14:31:26 -0700 Subject: [PATCH 2/2] Update release info --- news/3 Code Health/6961.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/news/3 Code Health/6961.md b/news/3 Code Health/6961.md index 30f86c6f80ef..5fa38ef4bc85 100644 --- a/news/3 Code Health/6961.md +++ b/news/3 Code Health/6961.md @@ -1 +1,4 @@ -Updated version of [PTVSD](https://pypi.org/project/ptvsd/) to `4.3.2` +Bump version of [PTVSD](https://pypi.org/project/ptvsd/) to `4.3.2` + * Fix an issue with Jump to cursor command. [#1667](https://github.com/microsoft/ptvsd/issues/1667) + * Fix "Unable to find threadStateIndex for the current thread" message in terminal. [#1587](https://github.com/microsoft/ptvsd/issues/1587) + * Fixes crash when using python 3.7.4. [#1688](https://github.com/microsoft/ptvsd/issues/1688)