diff --git a/README.rst b/README.rst index df8666d..5fc7c3d 100644 --- a/README.rst +++ b/README.rst @@ -364,7 +364,7 @@ You can also set the session timeout the pytest configuration file using the ``s session_timeout = 600 Cooperative timeouts ------------------ +-------------------- Session timeouts are cooperative timeouts. pytest-timeout checks the session time at the end of each test function, and stops further tests @@ -392,6 +392,12 @@ to 100 seconds:: Changelog ========= +2.3.1 +----- + +- Fixup some build errors, mostly README syntax which stopped twine + from uploading. + 2.3.0 ----- diff --git a/setup.cfg b/setup.cfg index 7474ab8..914ad08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,8 @@ name = pytest-timeout description = pytest plugin to abort hanging tests long_description = file: README.rst -version = 2.3.0 +long_description_content_type = text/x-rst +version = 2.3.1 author = Floris Bruynooghe author_email = flub@devork.be url = https://github.com/pytest-dev/pytest-timeout