summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = [