From d73c8143424e17a03be0b9c1e048ccb6205490de Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:22:57 +0200 Subject: [PATCH] Release v1.1.7 * Support pylint v3 and drop v1 (https://github.com/pylint-dev/pylint-pytest/pull/27) Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84500ac..5b28e9a 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pylint-pytest", - version="1.1.6", + version="1.1.7", author="Stavros Ntentos", author_email="133706+stdedos@users.noreply.github.com", license="MIT",