summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 96e692213..8bbe5a242 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
What's New in Pylint 1.7.1?
=========================
-Release date: |TBA|
+Release date: 2017-04-17
* Fix a false positive which occurred when an exception was reraised
@@ -17,6 +17,8 @@ Release date: |TBA|
should exempt function calls and function definitions from the check
Close #1424
+ * Don't depend on editdistance any longer.
+
What's New in Pylint 1.7?
=========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 0c955817a..505690060 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, 0)
+numversion = (1, 7, 1)
version = '.'.join([str(num) for num in numversion])
install_requires = [