From c84ad366ffaec18a6c6c01fca65d37768480282b Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:09:15 +0200 Subject: [PATCH] Release v1.1.5 * removes more false positives for unused-argument (https://github.com/pylint-dev/pylint-pytest/pull/21) * A collection of minor improvements to tests (https://github.com/pylint-dev/pylint-pytest/pull/26) * Windows Artifacts have incorrect Slugification (https://github.com/pylint-dev/pylint-pytest/pull/25) Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- CHANGELOG.md | 12 +++++++++++- setup.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fce98..b071900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,23 @@ ## [Unreleased] +## [1.1.5] - 2023-11-13 + +This is a small bugfix release. + +### Fixed + +* removes more false positives for unused-argument (https://github.com/pylint-dev/pylint-pytest/pull/21) +* A collection of minor improvements to tests (https://github.com/pylint-dev/pylint-pytest/pull/26) +* Windows Artifacts have incorrect Slugification (https://github.com/pylint-dev/pylint-pytest/pull/25) + ## [1.1.4] - 2023-11-06 This is a small bugfix release. ### Fixed -* `anis-campos/fix_is_pytest_fixture`: (https://github.com/pylint-dev/pylint-pytest/pull/2) +* `anis-campos/fix_is_pytest_fixture` (https://github.com/pylint-dev/pylint-pytest/pull/2) Astroid has different semantics when using `import pytest` or `from pytest import ...`, which affects the detection of pytest fixtures. diff --git a/setup.py b/setup.py index 2337f38..8f72137 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pylint-pytest", - version="1.1.4", + version="1.1.5", author="Stavros Ntentos", author_email="133706+stdedos@users.noreply.github.com", license="MIT",