diff --git a/CHANGELOG.md b/CHANGELOG.md index b071900..65527d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [1.1.6] - 2023-11-20 + +This is a small bugfix release. + +This will probably be the last bugfix release in the v1 series. +We MAY support Python 3.12 in the v1 series if support appears to be trivial. + +### Fixed + +* 🐛 Ignore collection failures in non-tests (https://github.com/pylint-dev/pylint-pytest/pull/15) +* Minor `.github/ISSUE_TEMPLATE/bug_report.md` improvement (https://github.com/pylint-dev/pylint-pytest/commit/22650f9912bcdc6a1bc4b3166f70bba7339aba7c) + ## [1.1.5] - 2023-11-13 This is a small bugfix release. diff --git a/setup.py b/setup.py index 8f72137..9641df3 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pylint-pytest", - version="1.1.5", + version="1.1.6", author="Stavros Ntentos", author_email="133706+stdedos@users.noreply.github.com", license="MIT",