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 aaf6ca0 commit 41038efCopy full SHA for 41038ef
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+
5
+## [0.3.0] - 2020-08-10
6
### Added
7
- W6401 `deprecated-pytest-yield-fixture`: add warning for [yield_fixture functions](https://docs.pytest.org/en/latest/yieldfixture.html)
8
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='pylint-pytest',
15
- version='0.2.0',
+ version='0.3.0',
16
author='Reverb Chu',
17
author_email='[email protected]',
18
maintainer='Reverb Chu',
0 commit comments