diff --git a/news/3 Code Health/6961.md b/news/3 Code Health/6961.md new file mode 100644 index 000000000000..5fa38ef4bc85 --- /dev/null +++ b/news/3 Code Health/6961.md @@ -0,0 +1,4 @@ +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) 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