Skip to content

Commit a0d1728

Browse files
committed
Prepare 1.8
1 parent 9f59fce commit a0d1728

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
|PyPI| |Pythons| |Travis| |AppVeyor|
88

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

setup.py

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

55
setup(
66
name='pytest-twisted',
7-
version='1.7.1',
7+
version='1.8',
88
description='A twisted plugin for py.test.',
9-
long_description=open("README.rst").read(),
9+
long_description=open('README.rst').read(),
1010
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'],
14-
install_requires=["greenlet", "pytest>=2.3", "decorator"],
14+
install_requires=['greenlet', 'pytest>=2.3', 'decorator'],
1515
classifiers=[
1616
'Development Status :: 5 - Production/Stable',
1717
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)