We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c5f24 commit 48179d9Copy full SHA for 48179d9
README.rst
@@ -392,8 +392,8 @@ to 100 seconds::
392
Changelog
393
=========
394
395
-Unreleased
396
-----------
+2.3.0
+-----
397
398
- Fix debugger detection for recent VSCode, this compiles pydevd using
399
cython which is now correctly detected. Thanks Adrian Gielniewski.
setup.cfg
@@ -2,7 +2,7 @@
2
name = pytest-timeout
3
description = pytest plugin to abort hanging tests
4
long_description = file: README.rst
5
-version = 2.2.0
+version = 2.3.0
6
author = Floris Bruynooghe
7
author_email = [email protected]
8
url = https://github.com/pytest-dev/pytest-timeout
0 commit comments