Skip to content

Commit

Permalink
Bump version for changes for flake8
Browse files Browse the repository at this point in the history
Fixed running on new versions of flake8 and some Travis CI issues.
  • Loading branch information
tholo committed Jan 31, 2019
1 parent 660d1e4 commit c485d5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
1.0.4
-----

- Support flake8 3.7+ by checking existence of "app.make_notifier";
from jirikuncar@github
- More fixes for Travis CI -- properly specify Python versions, in
particular for pypy (and fix a typo)

1.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='pytest-flake8',
version='1.0.3',
version='1.0.4',
description='pytest plugin to check FLAKE8 requirements',
long_description=open("README.rst").read(),
classifiers=[
Expand Down

0 comments on commit c485d5e

Please sign in to comment.