We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc67544 + 0b0fb3b commit 0f10b15Copy full SHA for 0f10b15
README.rst
@@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest
7
|PyPI| |Pythons| |Travis| |AppVeyor| |Actions| |Black|
8
9
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
10
-:Version: 1.14.2
11
-:Date: 2024-07-10
+:Version: 1.14.3
+:Date: 2024-08-21
12
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
13
:Code: https://github.com/pytest-dev/pytest-twisted
14
setup.py
@@ -5,7 +5,7 @@
5
6
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",
0 commit comments