summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-04-05 08:47:12 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-04-05 08:47:12 +0200
commit4dcc621124e0a0291db4d26c008f6636c954d6dc (patch)
tree08719f16c410aaface53dfd59d1cdb164841fb9d
parent0691de5d94eb069e2954056fcaf541c89650f785 (diff)
downloadpylint-git-4dcc621124e0a0291db4d26c008f6636c954d6dc.tar.gz
Prepare 1.8.4
-rw-r--r--ChangeLog15
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4fbd6fba..90cb30cce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,21 @@
Pylint's ChangeLog
------------------
+What's New in Pylint 1.8.4?
+===========================
+
+Release date: 2018-04-05
+
+ * Stop early when we already detected a disable for a line too long
+
+ Close #1974
+
+ * Add missing string functions to the Python 3 porting checker
+
+ * Require no-context-manager to infer paths before walking the tree
+
+ Fixes #1874
+
What's New in Pylint 1.8.3?
==========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index c2511f833..a274ec53c 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -27,7 +27,7 @@ from setuptools import __version__ as setuptools_version
modname = distname = 'pylint'
-numversion = (1, 8, 3)
+numversion = (1, 8, 4)
version = '.'.join([str(num) for num in numversion])
install_requires = [