Skip to content

Commit 0348600

Browse files
committed
Bump version
Fix some typos; from @kianmeng Bump version for new release
1 parent 4856b0e commit 0348600

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
-----
33

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

810
1.0.7
911
-----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='pytest-flake8',
9-
version='1.0.7',
9+
version='1.1.0',
1010
description='pytest plugin to check FLAKE8 requirements',
1111
long_description=open("README.rst").read(),
1212
classifiers=[

0 commit comments

Comments
 (0)