summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-07-25 16:17:23 +0200
committerTorsten Marek <shlomme@gmail.com>2014-07-25 16:17:23 +0200
commitb8deedb7769a0120cc626f7b534fb0c88e973bd9 (patch)
treea754557526b76802a811c141b3beecbb39dcbc57
parent6895584b2b3cb9cb128804048f826d3b077d1d1b (diff)
downloadastroid-git-b8deedb7769a0120cc626f7b534fb0c88e973bd9.tar.gz
Bump version of astroid to 1.2 for the upcoming release.astroid-1.2
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 26f53260..725ce191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Change log for the astroid package (used to be astng)
=====================================================
---
+2014-07-25 -- 1.2.0
* Function nodes can detect decorator call chain and see if they are
decorated with builtin descriptors (`classmethod` and `staticmethod`).
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 14010bf5..46df5970 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,7 +21,7 @@ distname = 'astroid'
modname = 'astroid'
-numversion = (1, 1, 1)
+numversion = (1, 2, 0)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.60.0']