We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062ef25 commit 7740356Copy full SHA for 7740356
README.rst
@@ -121,7 +121,7 @@ and Holger Krekel's pytest-pep8.
121
Changes
122
=======
123
124
-3.0.0 - Unreleased
+3.0.0 - 2018-05-16
125
------------------
126
127
- Drop support for Python 3.3. It still works so far, but isn't tested anymore.
setup.py
@@ -5,7 +5,7 @@
5
description='pytest plugin to check source code with pyflakes',
6
long_description=open("README.rst").read(),
7
license="MIT license",
8
- version='3.0.0.dev0',
+ version='3.0.0',
9
author='Florian Schulze, Holger Krekel and Ronny Pfannschmidt',
10
author_email='florian.schulze@gmx.net',
11
url='https://github.com/fschulze/pytest-flakes',
0 commit comments