diff --git a/CHANGELOG b/CHANGELOG index 27eba18..eb7627e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +1.0.0 +----- + +- Honor ignore settings in default flake8 config section; from + brianbruggeman@github +- Improve junit XML output; from Struan Judd + 0.9.1 ----- diff --git a/setup.py b/setup.py index f36fcdf..15f6f1e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pytest-flake8', - version='0.9.1', + version='1.0.0', description='pytest plugin to check FLAKE8 requirements', long_description=open("README.rst").read(), classifiers=[