Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Add a few fixes required by latest python and/or pytest, as well as
documenting some behavior that may be unexpected (skipping tests when no
changes).
  • Loading branch information
tholo committed Dec 16, 2020
1 parent 903ee23 commit 9db176c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.7
-----

- Implement collect() for Flake8Item; from @thomascobb
- Document skipping behavior in README; from @jpyams

1.0.6
-----

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='1.0.6',
version='1.0.7',
description='pytest plugin to check FLAKE8 requirements',
long_description=open("README.rst").read(),
classifiers=[
Expand Down

0 comments on commit 9db176c

Please sign in to comment.