Skip to content
Snippets Groups Projects
Unverified Commit 653c6eeb authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Release pylint 1.7.5

parent a802dd0f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,6 +5,8 @@ Pylint's ChangeLog
What's New in Pylint 1.7.5?
===========================
 
Release date: 2017-12-11
* Removed `stat` from the list of moved Python 3 modules.
 
* Backported `trailing-comma-tuple`
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@ from setuptools import __version__ as setuptools_version
 
modname = distname = 'pylint'
 
numversion = (1, 7, 4)
numversion = (1, 7, 5)
version = '.'.join([str(num) for num in numversion])
 
install_requires = [
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment