summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e705f4d..7d29420 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Change log for the astroid package (used to be astng)
=====================================================
---
+2014-08-24 -- 1.2.1
+
* Fix a crash occurred when inferring decorator call chain.
Closes issue #42.
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 46df597..b601f29 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,7 +21,7 @@ distname = 'astroid'
modname = 'astroid'
-numversion = (1, 2, 0)
+numversion = (1, 2, 1)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.60.0']