Skip to content

Commit e015fdd

Browse files
committed
Updated ptvsd to 4.3.2 (#6962)
* Updated ptvsd to 4.3.2 * Update release info
1 parent b1ee7de commit e015fdd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

news/3 Code Health/6961.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Bump version of [PTVSD](https://pypi.org/project/ptvsd/) to `4.3.2`
2+
* Fix an issue with Jump to cursor command. [#1667](https://github.com/microsoft/ptvsd/issues/1667)
3+
* Fix "Unable to find threadStateIndex for the current thread" message in terminal. [#1587](https://github.com/microsoft/ptvsd/issues/1587)
4+
* Fixes crash when using python 3.7.4. [#1688](https://github.com/microsoft/ptvsd/issues/1688)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jedi==0.13.3
22
parso==0.5.0
33
isort==4.3.21
4-
ptvsd==4.3.0
4+
ptvsd==4.3.2

0 commit comments

Comments
 (0)