We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d54d7b commit 9626a90Copy full SHA for 9626a90
README.rst
@@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest
7
|PyPI| |Pythons| |Travis| |AppVeyor| |Black|
8
9
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
10
-:Version: 1.9
11
-:Date: 2019-01-21
+:Version: 1.10
+:Date: 2019-04-01
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
setup(
name="pytest-twisted",
- version="1.9",
+ version="1.10",
description="A twisted plugin for py.test.",
long_description=long_description,
long_description_content_type="text/x-rst",
0 commit comments