Prepare the 1.4.0 release.
diff --git a/ChangeLog b/ChangeLog
index f590d1d..7b206c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 ChangeLog for Pylint
 ====================
 
---
+2014-11-23 -- 1.4.0
+
     * Added new options for controlling the loading of C extensions.
       By default, only C extensions from the stdlib will be loaded
       into the active Python interpreter for inspection, because they
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 51ffe6a..acca3b7 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -19,10 +19,10 @@
 
 modname = distname = 'pylint'
 
-numversion = (1, 3, 0)
+numversion = (1, 4, 0)
 version = '.'.join([str(num) for num in numversion])
 
-install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.2', 'six']
+install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.2', 'six']
 
 license = 'GPL'
 description = "python code static checker"