summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-04-17 14:41:47 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2017-04-17 14:41:47 +0300
commite63a54dc9619b8ea704533a5a7665e8e1ae799fb (patch)
treef28c291059cc13120c856005270e0282d02e6412
parent5e4abe47274d029c9afa2c0d3ee25097512045f6 (diff)
downloadpylint-git-e63a54dc9619b8ea704533a5a7665e8e1ae799fb.tar.gz
Prepare 1.7.1pylint-1.7.1
-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 = [