Skip to content

Commit

Permalink
Merge pull request #189 from carsongee/release
Browse files Browse the repository at this point in the history
0.21.0 Merge Back
  • Loading branch information
carsongee committed Oct 6, 2023
2 parents 8e22844 + 229b64f commit 65e3d97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ If you want to help development, there is
Releases
========

0.21.0
~~~~~~
- Dropped support for pytest < 7.0 in preparation for pytest 8.0 (should work with it when it comes out)
- Dropped support for pylint < 2.15 to work better with Python 3.11 and drop backwards compatibility code
- Use baked in TOML support with fallback to newer tomli library thanks to `mgorny <https://github.com/mgorny>`__


0.20.0
~~~~~~
- Corrected issues introduced by deprecations in pylint
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description="pytest plugin to check source code with pylint",
long_description=LONG_DESCRIPTION,
license="MIT",
version="0.20.0",
version="0.21.0",
author="Carson Gee",
author_email="x@carsongee.com",
url="https://github.com/carsongee/pytest-pylint",
Expand Down

0 comments on commit 65e3d97

Please sign in to comment.