summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--DEPENDS2
-rw-r--r--__pkginfo__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d4f7c86..47b255f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for Pylint
====================
---
+2014-07-26 -- 1.3.0
* Allow hanging continued indentation for implicitly concatenated
strings. Closes issue #232.
diff --git a/DEPENDS b/DEPENDS
index e171ef3..3735455 100644
--- a/DEPENDS
+++ b/DEPENDS
@@ -1,3 +1,3 @@
python-logilab-common (>= 0.19.0)
-python-astroid (>= 1.0.1)
+python-astroid (>= 1.2.0)
python-tk
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 86488fa..14c2cc1 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -19,7 +19,7 @@ import sys
modname = distname = 'pylint'
-numversion = (1, 2, 1)
+numversion = (1, 3, 0)
version = '.'.join([str(num) for num in numversion])
if sys.version_info < (2, 6):