From fe2d0e539a8c7959b948b8089cc77d586abf70f5 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 22 Jul 2021 09:38:35 -0400 Subject: [PATCH] Update as v1.13.3 --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f9eef1b..98ad44f 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest |PyPI| |Pythons| |Travis| |AppVeyor| |Actions| |Black| :Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor -:Version: 1.13.2 -:Date: 2020-09-11 +:Version: 1.13.3 +:Date: 2021-07-22 :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 2d69a37..6b30f45 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pytest-twisted", - version="1.13.2", + version="1.13.3", description="A twisted plugin for pytest.", long_description=long_description, long_description_content_type="text/x-rst",