- 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)
- Remove official support of Python 2.6, 3.2, and 3.3
- Remove dependency on pip
- Mark Python 3.6 as supported
- Added additional entry points to make it possible to have pylint_runner installed for multiple python versions
- Refactored module into class to facilitate easy argument loading
- Added verbose mode and defaulted to off
- Added the ability to specify a pylintrc file (defaults to
.pylintrc
relative to calling location)