summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-12-11 12:14:27 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-11 12:14:27 +0100
commit653c6eeb9525a899d852ca2d5f44400a3271e770 (patch)
tree2ef9c8b2ff9c824c88bf4e1539330424cc92193c
parenta802dd0fe0351141cf3f53195d88159bbbd6db62 (diff)
downloadpylint-git-653c6eeb9525a899d852ca2d5f44400a3271e770.tar.gz
Release pylint 1.7.5pylint-1.7.5
-rw-r--r--ChangeLog2
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f74e2a3da..82fe3f4c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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`
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 2eb768030..209400da5 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -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 = [