From b8a2fa6e56330ca6510c50b59ba8ee75ec962822 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Mon, 13 Dec 2021 20:28:54 +0100 Subject: [PATCH] Prep release --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b2a7cd4..d276dbe 100644 --- a/README.rst +++ b/README.rst @@ -240,8 +240,8 @@ session using ``--pdb`` or similar. Changelog ========= -Unreleased ------------ +2.0.2 +----- - Fix debugger detection on OSX, thanks Alexander Pacha. diff --git a/setup.py b/setup.py index 5e2edeb..179cfe6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name="pytest-timeout", description="pytest plugin to abort hanging tests", long_description=long_description, - version="2.0.1", + version="2.0.2", author="Floris Bruynooghe", author_email="flub@devork.be", url="https://github.com/pytest-dev/pytest-timeout",