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 77e7a6c commit be2a408Copy full SHA for be2a408
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+
5
+## [1.0.2] - 2021-03-10
6
### Fixed
7
- Fix pytest **Module already imported so cannot be rewritten** warning when the package being linted was used by pytest/conftest already (#10)
8
- Fix missing Python version constraint (#11)
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='pylint-pytest',
15
- version='1.0.1',
+ version='1.0.2',
16
author='Reverb Chu',
17
author_email='[email protected]',
18
maintainer='Reverb Chu',
0 commit comments