Skip to content

Commit 3c68789

Browse files
committed
Prepare 1.7
1 parent 2dc67d3 commit 3c68789

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

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

99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
10-
:Version: 1.6
11-
:Date: 2018-01-12
10+
:Version: 1.7
11+
:Date: 2018-03-08
1212
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
1313
:Code: https://github.com/pytest-dev/pytest-twisted
1414

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
setup(
66
name='pytest-twisted',
7-
version='1.6',
7+
version='1.7',
88
description='A twisted plugin for py.test.',
99
long_description=open("README.rst").read(),
10-
author='Ralf Schmitt, Victor Titor',
10+
author='Ralf Schmitt, Kyle Altendorf, Victor Titor',
1111
author_email='[email protected]',
1212
url='https://github.com/pytest-dev/pytest-twisted',
1313
py_modules=['pytest_twisted'],

0 commit comments

Comments
 (0)