diff --git a/README.rst b/README.rst index 092b0fb..f8d7404 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.2 -:Date: 2024-07-10 +:Version: 1.14.3 +:Date: 2024-08-21 :Download: https://pypi.python.org/pypi/pytest-twisted#downloads :Code: https://github.com/pytest-dev/pytest-twisted diff --git a/setup.py b/setup.py index bd4e7f6..279ab41 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pytest-twisted", - version="1.14.2", + version="1.14.3", description="A twisted plugin for pytest.", long_description=long_description, long_description_content_type="text/x-rst",