From 262de67f3445683a94c9d7b29061e273e95a37b4 Mon Sep 17 00:00:00 2001 From: Carson Gee Date: Mon, 3 Sep 2018 06:43:52 -0400 Subject: [PATCH] Released 0.12.3 --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index db8875b..864a4f7 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,12 @@ This code is heavily based on Releases ======== +0.12.3 +~~~~~~ + +- `jamur2 `_ corrected issue where file + paths where not being output properly on lint failures. + 0.12.2 ~~~~~~ diff --git a/setup.py b/setup.py index 0504e0c..87e91de 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ description='pytest plugin to check source code with pylint', long_description=open("README.rst").read(), license='MIT', - version='0.12.2', + version='0.12.3', author='Carson Gee', author_email='x@carsongee.com', url='https://github.com/carsongee/pytest-pylint',