Skip to content

Commit

Permalink
Merge pull request #186 from carsongee/release
Browse files Browse the repository at this point in the history
Release Mergeback
  • Loading branch information
carsongee committed Oct 6, 2023
2 parents 578953e + db22192 commit f4f87b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~

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.19.0",
version="0.20.0",
author="Carson Gee",
author_email="x@carsongee.com",
url="https://github.com/carsongee/pytest-pylint",
Expand Down

0 comments on commit f4f87b9

Please sign in to comment.