From 91812c10fa6be6318982697535a75c198c8bd25e Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 26 Sep 2019 23:19:45 -0400 Subject: [PATCH] v1.12 --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",