Skip to content

Commit c84ad36

Browse files
committed
Release v1.1.5
* 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 <133706+stdedos@users.noreply.github.com>
1 parent 3cee43d commit c84ad36

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
## [Unreleased]
44

5+
## [1.1.5] - 2023-11-13
6+
7+
This is a small bugfix release.
8+
9+
### Fixed
10+
11+
* removes more false positives for unused-argument (https://github.com/pylint-dev/pylint-pytest/pull/21)
12+
* A collection of minor improvements to tests (https://github.com/pylint-dev/pylint-pytest/pull/26)
13+
* Windows Artifacts have incorrect Slugification (https://github.com/pylint-dev/pylint-pytest/pull/25)
14+
515
## [1.1.4] - 2023-11-06
616

717
This is a small bugfix release.
818

919
### Fixed
1020

11-
* `anis-campos/fix_is_pytest_fixture`: (https://github.com/pylint-dev/pylint-pytest/pull/2)
21+
* `anis-campos/fix_is_pytest_fixture` (https://github.com/pylint-dev/pylint-pytest/pull/2)
1222
Astroid has different semantics when using `import pytest` or `from pytest import ...`,
1323
which affects the detection of pytest fixtures.
1424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="pylint-pytest",
14-
version="1.1.4",
14+
version="1.1.5",
1515
author="Stavros Ntentos",
1616
author_email="133706+stdedos@users.noreply.github.com",
1717
license="MIT",

0 commit comments

Comments
 (0)