From fab55255bc0ff8533d95fc29be8290eba92494de Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 10 Jul 2024 11:58:49 -0400 Subject: [PATCH 1/2] Update as v1.14.2 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ac2d1aa..092b0fb 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest |PyPI| |Pythons| |Travis| |AppVeyor| |Actions| |Black| :Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor -:Version: 1.14.1 -:Date: 2024-03-18 +:Version: 1.14.2 +:Date: 2024-07-10 :Download: https://pypi.python.org/pypi/pytest-twisted#downloads :Code: https://github.com/pytest-dev/pytest-twisted From 2e59162c2523fa18928e2ec398d486bc801fb3e6 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 10 Jul 2024 11:59:09 -0400 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3c2d33..a667f18 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pytest-twisted", - version="1.14.1", + version="1.14.2", description="A twisted plugin for pytest.", long_description=long_description, long_description_content_type="text/x-rst",