Skip to content

Commit

Permalink
Release v1.1.5
Browse files Browse the repository at this point in the history
* removes more false positives for unused-argument (#21)
* A collection of minor improvements to tests (#26)
* Windows Artifacts have incorrect Slugification (#25)

Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Nov 13, 2023
1 parent 3cee43d commit c84ad36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="pylint-pytest",
version="1.1.4",
version="1.1.5",
author="Stavros Ntentos",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit c84ad36

Please sign in to comment.