We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fc41e commit 1fc6abeCopy full SHA for 1fc6abe
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
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
11
## [1.1.2] - 2021-04-19
12
### Fixed
13
- Fix #18 plugin crash when test case is marked with a non-pytest.mark decorator
setup.py
@@ -11,7 +11,7 @@
setup(
name="pylint-pytest",
14
- version="1.1.2",
+ version="1.1.3a0",
15
author="Reverb Chu",
16
author_email="[email protected]",
17
maintainer="Reverb Chu",
0 commit comments