Skip to content

Commit

Permalink
Document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tholo committed Jul 26, 2018
1 parent 7d6901f commit 1f08cf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
1.0.2
-----

- Test on Python 3.7
- Escape a regex tring with r""

1.0.1
-----

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

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

0 comments on commit 1f08cf4

Please sign in to comment.