diff --git a/README.rst b/README.rst index 93bbb7f..342a82c 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest |PyPI| |Pythons| |Travis| |AppVeyor| |Black| :Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor -:Version: 1.11 -:Date: 2019-08-20 +:Version: 1.12 +:Date: 2019-09-26 :Download: https://pypi.python.org/pypi/pytest-twisted#downloads :Code: https://github.com/pytest-dev/pytest-twisted diff --git a/setup.py b/setup.py index 8df4d59..07249fc 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pytest-twisted", - version="1.11", + version="1.12", description="A twisted plugin for py.test.", long_description=long_description, long_description_content_type="text/x-rst",