summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-15 10:20:35 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-15 10:20:35 +0300
commit6d4fa3fa2bef3518d40510f3c8dfaf9468abbba0 (patch)
tree038e1297539cd2b8d969c029d22e4168e8a400c2
parent45f24844c6d53dd742b7e76bb36c0aae398da7b0 (diff)
downloadpylint-git-6d4fa3fa2bef3518d40510f3c8dfaf9468abbba0.tar.gz
Prepare 1.6.2
-rw-r--r--ChangeLog4
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 588964f29..bb4750112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint NEWS
What's new in Pylint 1.6.2?
===========================
-Release date: TBA
+Release date: 2016-07-15
* Do not crash when printing the help of options with default regular expressions
@@ -15,6 +15,8 @@ Release date: TBA
Close #991
+ * Do not crash in docparams when we can't infer the exception types.
+
What's new in Pylint 1.6.1?
===========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 6d6b070c2..f7f2a5c00 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -10,7 +10,7 @@ from os.path import join
modname = distname = 'pylint'
-numversion = (1, 6, 1)
+numversion = (1, 6, 2)
version = '.'.join([str(num) for num in numversion])
install_requires = [