Skip to content

Commit fc8fa90

Browse files
committed
Release v1.1.6
* 🐛 Ignore collection failures in non-tests (#15) * Minor `.github/ISSUE_TEMPLATE/bug_report.md` improvement (22650f9) Signed-off-by: Stavros Ntentos <[email protected]>
1 parent 22650f9 commit fc8fa90

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## [1.1.6] - 2023-11-20
6+
7+
This is a small bugfix release.
8+
9+
This will probably be the last bugfix release in the v1 series.
10+
We MAY support Python 3.12 in the v1 series if support appears to be trivial.
11+
12+
### Fixed
13+
14+
* 🐛 Ignore collection failures in non-tests (https://github.com/pylint-dev/pylint-pytest/pull/15)
15+
* Minor `.github/ISSUE_TEMPLATE/bug_report.md` improvement (https://github.com/pylint-dev/pylint-pytest/commit/22650f9912bcdc6a1bc4b3166f70bba7339aba7c)
16+
517
## [1.1.5] - 2023-11-13
618

719
This is a small bugfix release.

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.5",
14+
version="1.1.6",
1515
author="Stavros Ntentos",
1616
author_email="[email protected]",
1717
license="MIT",

0 commit comments

Comments
 (0)