Skip to content

Commit 96d2f76

Browse files
committed
Bump version to 4.0.5
1 parent 963adff commit 96d2f76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

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

124+
4.0.5 - 2021-12-02
125+
------------------
126+
- Further fixes for deprecations in the upcoming pytest 7.0. [nicoddemus]
127+
124128
4.0.4 - 2021-10-26
125129
------------------
126130
- Fix pytest-flakes for deprecations in the upcoming pytest 7.0. [bluetech]

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.4',
8+
version='4.0.5',
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)