Skip to content

Commit 78ea69c

Browse files
committed
Released 0.14.0
1 parent 9bfe8be commit 78ea69c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ This code is heavily based on
4949
Releases
5050
========
5151

52+
0.14.0
53+
~~~~~~
54+
55+
- Added support for Pylint's ignore-patterns for regex based ignores
56+
thanks to `khokhlin <https://github.com/khokhlin>`_
57+
- pytest-pylint now caches successful pylint checks to speedup test
58+
reruns when files haven't changed thanks to `yanqd0
59+
<https://github.com/yanqd0>`_
60+
5261
0.13.0
5362
~~~~~~
5463

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description='pytest plugin to check source code with pylint',
1414
long_description=open("README.rst").read(),
1515
license='MIT',
16-
version='0.13.0',
16+
version='0.14.0',
1717
author='Carson Gee',
1818
author_email='[email protected]',
1919
url='https://github.com/carsongee/pytest-pylint',

0 commit comments

Comments
 (0)