Skip to content

Commit 04432f5

Browse files
committed
Some fixes to readme, bump version
The last version is just never going to be published. That's fine.
1 parent 48179d9 commit 04432f5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ You can also set the session timeout the pytest configuration file using the ``s
364364
session_timeout = 600
365365
366366
Cooperative timeouts
367-
-----------------
367+
--------------------
368368

369369
Session timeouts are cooperative timeouts. pytest-timeout checks the
370370
session time at the end of each test function, and stops further tests
@@ -392,6 +392,12 @@ to 100 seconds::
392392
Changelog
393393
=========
394394

395+
2.3.1
396+
-----
397+
398+
- Fixup some build errors, mostly README syntax which stopped twine
399+
from uploading.
400+
395401
2.3.0
396402
-----
397403

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name = pytest-timeout
33
description = pytest plugin to abort hanging tests
44
long_description = file: README.rst
5-
version = 2.3.0
5+
long_description_content_type = text/x-rst
6+
version = 2.3.1
67
author = Floris Bruynooghe
78
author_email = flub@devork.be
89
url = https://github.com/pytest-dev/pytest-timeout

0 commit comments

Comments
 (0)