Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Release new version with a couple of fixes, as well as correcting
tests with current version of pytest.
  • Loading branch information
tholo committed Mar 19, 2018
1 parent d5535bb commit 53b4b24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 53b4b24

Please sign in to comment.