summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-07-26 07:49:30 +0200
committercpopa <devnull@localhost>2014-07-26 07:49:30 +0200
commitdf8d4d83dd955728052be463a219194232ffd808 (patch)
tree2fa8e56ce7896cf1ccbc9109ed8b4a34f4618960
parent585ca0b785e85c3f25f38f0511fb21246b35ec2a (diff)
downloadpylint-1.3.tar.gz
Bump version.pylint-1.3
-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):