File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ and Holger Krekel's pytest-pep8.
121
121
Changes
122
122
=======
123
123
124
+ 4.0.5 - 2021-12-02
125
+ ------------------
126
+ - Further fixes for deprecations in the upcoming pytest 7.0. [nicoddemus]
127
+
124
128
4.0.4 - 2021-10-26
125
129
------------------
126
130
- Fix pytest-flakes for deprecations in the upcoming pytest 7.0. [bluetech]
Original file line number Diff line number Diff line change 5
5
description = 'pytest plugin to check source code with pyflakes' ,
6
6
long_description = open ("README.rst" ).read (),
7
7
license = "MIT license" ,
8
- version = '4.0.4 ' ,
8
+ version = '4.0.5 ' ,
9
9
author = 'Florian Schulze, Holger Krekel and Ronny Pfannschmidt' ,
10
10
url = 'https://github.com/asmeurer/pytest-flakes' ,
11
11
python_requires = '>=3.5' ,
You can’t perform that action at this time.
0 commit comments