summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--astroid/__pkginfo__.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5973b2c..163a5a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Change log for the astroid package (used to be astng)
=====================================================
---
+2015-03-11 -- 1.3.5
+
* Add the ability to optimize small ast subtrees,
with the first use in the optimization of multiple
BinOp nodes. This removes recursivity in the rebuilder
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 0c92414..707582b 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -20,7 +20,7 @@ distname = 'astroid'
modname = 'astroid'
-numversion = (1, 3, 4)
+numversion = (1, 3, 5)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.60.0', 'six']