Skip to content

Commit 8f8559d

Browse files
Upgrade the changelog for 1.1.3a0 release
1 parent a1fc41e commit 8f8559d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.1.3] - 2023-10-15
6+
7+
### Fixed
8+
- The continuous integration was fixed, as a new maintenance team was assembled.
9+
10+
511
## [1.1.2] - 2021-04-19
612
### Fixed
713
- Fix #18 plugin crash when test case is marked with a non-pytest.mark decorator

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111

1212
setup(
1313
name="pylint-pytest",
14-
version="1.1.2",
15-
author="Reverb Chu",
16-
author_email="[email protected]",
17-
maintainer="Reverb Chu",
18-
maintainer_email="[email protected]",
14+
version="1.1.3a0",
15+
author="Stavros Ntentos",
16+
author_email="[email protected]",
1917
license="MIT",
2018
url="https://github.com/reverbc/pylint-pytest",
2119
description="A Pylint plugin to suppress pytest-related false positives.",

0 commit comments

Comments
 (0)