diff --git a/CHANGELOG b/CHANGELOG index e1e596a..26b790e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +0.5 +--- + +- Fix rendering of rST; from Ken Dreyer + +0.4 +--- + +- Really fix cache usage; had a comparison between tuple and + list which always failed + 0.3 --- diff --git a/pytest_flake8.py b/pytest_flake8.py index a4095f4..edc2d74 100644 --- a/pytest_flake8.py +++ b/pytest_flake8.py @@ -9,7 +9,7 @@ import pytest -__version__ = '0.2' +__version__ = '0.5' HISTKEY = "flake8/mtimes" diff --git a/setup.py b/setup.py index efaf27c..5595863 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pytest-flake8', - version='0.3', + version='0.5', description='pytest plugin to check FLAKE8 requirements', long_description=open("README.rst").read(), classifiers=[