From fc8fa90c2a0b67e9cca52efaf9253fd2f0690a7c Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:14:56 +0200 Subject: [PATCH] Release v1.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐛 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) Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",