diff --git a/README.rst b/README.rst index 2678dc7..94a5591 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,12 @@ This code is heavily based on Releases ======== +0.11.0 +~~~~~~ + +- Added option ``--no-pylint`` to override ``--pylint`` for cases when + it's turned on by default. + 0.10.0 ~~~~~~ diff --git a/setup.py b/setup.py index e60b924..e71fa92 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.10.0', + version='0.11.0', author='Carson Gee', author_email='x@carsongee.com', url='https://github.com/carsongee/pytest-pylint',