Skip to content

Commit d1c02e2

Browse files
committed
v1.9
1 parent 4529f1b commit d1c02e2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest
77
|PyPI| |Pythons| |Travis| |AppVeyor| |Black|
88

99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
10-
:Version: 1.8
11-
:Date: 2018-05-01
10+
:Version: 1.9
11+
:Date: 2019-01-21
1212
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
1313
:Code: https://github.com/pytest-dev/pytest-twisted
1414

@@ -100,10 +100,14 @@ corotwine work with pytest-twisted::
100100

101101
That's (almost) all.
102102

103-
============
103+
104104
Deprecations
105105
============
106106

107+
----
108+
v1.9
109+
----
110+
107111
``pytest.blockon``
108112
Use ``pytest_twisted.blockon``
109113
``pytest.inlineCallbacks``

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
setup(
77
name="pytest-twisted",
8-
version="1.8",
8+
version="1.9",
99
description="A twisted plugin for py.test.",
1010
long_description=long_description,
11+
long_description_content_type="text/x-rst",
1112
author="Ralf Schmitt, Kyle Altendorf, Victor Titor",
1213
author_email="[email protected]",
1314
url="https://github.com/pytest-dev/pytest-twisted",

0 commit comments

Comments
 (0)