Skip to content

Commit 7740356

Browse files
committed
Prepare pytest-flakes 3.0.0.
1 parent 062ef25 commit 7740356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ and Holger Krekel's pytest-pep8.
121121
Changes
122122
=======
123123

124-
3.0.0 - Unreleased
124+
3.0.0 - 2018-05-16
125125
------------------
126126

127127
- Drop support for Python 3.3. It still works so far, but isn't tested anymore.

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='3.0.0.dev0',
8+
version='3.0.0',
99
author='Florian Schulze, Holger Krekel and Ronny Pfannschmidt',
1010
author_email='florian.schulze@gmx.net',
1111
url='https://github.com/fschulze/pytest-flakes',

0 commit comments

Comments
 (0)