Skip to content

Commit 53b4b24

Browse files
committed
Release 1.0.0
Release new version with a couple of fixes, as well as correcting tests with current version of pytest.
1 parent d5535bb commit 53b4b24

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.0
2+
-----
3+
4+
- Honor ignore settings in default flake8 config section; from
5+
brianbruggeman@github
6+
- Improve junit XML output; from Struan Judd
7+
18
0.9.1
29
-----
310

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='0.9.1',
9+
version='1.0.0',
1010
description='pytest plugin to check FLAKE8 requirements',
1111
long_description=open("README.rst").read(),
1212
classifiers=[

0 commit comments

Comments
 (0)