* pylint_runner now only supports python 3.5+ * pass unused arguments to pylint * always print out pylint version and python version line, not just under verbose mode
0.5.4
* Fix break in function signature of pylint.lint.Run for Python 3+ (thanks cjhall1283) * Mark this as the last release for Python 2.7 (will be removed in 0.6.0)
0.5.3
* Remove official support of Python 2.6, 3.2, and 3.3