summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-11 14:07:56 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-11 14:07:56 +0200
commit194dc114a33b80b4bfbbeb73f36712848f696025 (patch)
tree21d908b22ade961a582aadef3f91e661b64f44e9
parent2da26c58cae167e8adb031b4ee56a48ff97d0365 (diff)
downloadastroid-1.3.5.tar.gz
Prepare 1.3.5.astroid-1.3.5
-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']