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
commit3ff511b858e23e56ec8d7d7369a96572a8aa952e (patch)
treec6fddf26161b316f340fbd43ea9139d201359039
parent0623a94e7f36726467ddf4a7107be3e369f13460 (diff)
downloadastroid-3ff511b858e23e56ec8d7d7369a96572a8aa952e.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 26f5326..725ce19 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 14010bf..46df597 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']