Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Fix some typos; from @kianmeng
Bump version for new release
  • Loading branch information
tholo committed Mar 5, 2022
1 parent 4856b0e commit 0348600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
-----

- Drop Python 2 support and dependency on py; from @erikkemperman
- Drop support for Python 3.5, 3.6
- Stop testing on Python versions prior to 3.7
- Add a `flake8-max-doc-length` option; from @rodrigomologni
- Fix some minor typos; from @kianmeng

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

0 comments on commit 0348600

Please sign in to comment.