From 9533ed70141262afa8726c80fe9072b90e89dd98 Mon Sep 17 00:00:00 2001 From: Carson Gee Date: Thu, 5 Oct 2023 20:02:10 -0600 Subject: [PATCH] Released 0.20.0 --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6592c64..c3f65bb 100644 --- a/README.rst +++ b/README.rst @@ -54,6 +54,12 @@ If you want to help development, there is Releases ======== +0.20.0 +~~~~~~ +- Corrected issues introduced by deprecations in pylint +- Added support for Python 3.12 and dropped support for Python 3.7 +- Last version that will support pytest < 7 and pylint < 2.6 + 0.19.0 ~~~~~~ diff --git a/setup.py b/setup.py index a89e0d0..de7dba0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description="pytest plugin to check source code with pylint", long_description=LONG_DESCRIPTION, license="MIT", - version="0.19.0", + version="0.20.0", author="Carson Gee", author_email="x@carsongee.com", url="https://github.com/carsongee/pytest-pylint",