Skip to content

Commit 0f10b15

Browse files
authored
Merge pull request #185 from pytest-dev/update_as_v1.14.3
Update as v1.14.3
2 parents dc67544 + 0b0fb3b commit 0f10b15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest
77
|PyPI| |Pythons| |Travis| |AppVeyor| |Actions| |Black|
88

99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
10-
:Version: 1.14.2
11-
:Date: 2024-07-10
10+
:Version: 1.14.3
11+
:Date: 2024-08-21
1212
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
1313
:Code: https://github.com/pytest-dev/pytest-twisted
1414

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pytest-twisted",
8-
version="1.14.2",
8+
version="1.14.3",
99
description="A twisted plugin for pytest.",
1010
long_description=long_description,
1111
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)