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",