Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 536a8ed

Browse files
committed
0.1.2 release
1 parent 8869502 commit 536a8ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.1.2] - 2020-05-22
46
### Fixed
57
- Fix fixtures defined with `@pytest.yield_fixture` decorator still showing FP
68
- Fix crashes when using fixture + if + inline import

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pylint-pytest',
15-
version='0.1.1',
15+
version='0.1.2',
1616
author='Reverb Chu',
1717
author_email='[email protected]',
1818
maintainer='Reverb Chu',

0 commit comments

Comments
 (0)