Skip to content

Commit

Permalink
Released 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Jan 15, 2019
1 parent 9bfe8be commit 78ea69c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ This code is heavily based on
Releases
========

0.14.0
~~~~~~

- Added support for Pylint's ignore-patterns for regex based ignores
thanks to `khokhlin <https://github.com/khokhlin>`_
- pytest-pylint now caches successful pylint checks to speedup test
reruns when files haven't changed thanks to `yanqd0
<https://github.com/yanqd0>`_

0.13.0
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
description='pytest plugin to check source code with pylint',
long_description=open("README.rst").read(),
license='MIT',
version='0.13.0',
version='0.14.0',
author='Carson Gee',
author_email='[email protected]',
url='https://github.com/carsongee/pytest-pylint',
Expand Down

0 comments on commit 78ea69c

Please sign in to comment.