We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9d608 commit dc1efcaCopy full SHA for dc1efca
README.rst
@@ -319,8 +319,8 @@ function::
319
Changelog
320
=========
321
322
-Unreleased
323
------------
+2.1.0
+-----
324
325
- Get terminal width from shutil instead of deprecated py, thanks
326
Andrew Svetlov.
setup.py
@@ -9,7 +9,7 @@
9
name="pytest-timeout",
10
description="pytest plugin to abort hanging tests",
11
long_description=long_description,
12
- version="2.0.2",
+ version="2.1.0",
13
author="Floris Bruynooghe",
14
author_email="flub@devork.be",
15
url="https://github.com/pytest-dev/pytest-timeout",
0 commit comments