summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-18 14:43:21 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-18 14:43:21 +0300
commitcf3ad9fb4f31ceb5d7b0db620589172d1fb5c068 (patch)
tree077007f84992eb6281f6da60b0b1b8ff7f5f41c2
parentbd95bdf4fc265b15f35bafc19037cf54e2948628 (diff)
downloadpylint-git-pylint-1.6.3.tar.gz
Prepare 1.6.3pylint-1.6.3
-rw-r--r--ChangeLog2
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b64abb15..89278af5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint NEWS
What's new in Pylint 1.6.3?
===========================
-Release date: tba
+Release date: 2016-07-18
* Do not crash when inferring uninferable exception types for docparams extension
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index f7f2a5c00..be3c3a963 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -10,7 +10,7 @@ from os.path import join
modname = distname = 'pylint'
-numversion = (1, 6, 2)
+numversion = (1, 6, 3)
version = '.'.join([str(num) for num in numversion])
install_requires = [