Skip to content

Commit 6e44c1b

Browse files
committed
4.0.2 release
1 parent e0e146a commit 6e44c1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ and Holger Krekel's pytest-pep8.
121121
Changes
122122
=======
123123

124+
4.0.2 - 2020-09-18
125+
------------------
126+
127+
- Fix calling pytest --flakes directly on an __init__.py file. [akeeman]
128+
124129
4.0.1 - 2020-07-28
125130
------------------
126131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description='pytest plugin to check source code with pyflakes',
66
long_description=open("README.rst").read(),
77
license="MIT license",
8-
version='4.0.1',
8+
version='4.0.2',
99
author='Florian Schulze, Holger Krekel and Ronny Pfannschmidt',
1010
url='https://github.com/asmeurer/pytest-flakes',
1111
python_requires='>=3.5',

0 commit comments

Comments
 (0)