diff options
| author | Torsten Marek <shlomme@gmail.com> | 2014-07-25 16:17:23 +0200 |
|---|---|---|
| committer | Torsten Marek <shlomme@gmail.com> | 2014-07-25 16:17:23 +0200 |
| commit | b8deedb7769a0120cc626f7b534fb0c88e973bd9 (patch) | |
| tree | a754557526b76802a811c141b3beecbb39dcbc57 | |
| parent | 6895584b2b3cb9cb128804048f826d3b077d1d1b (diff) | |
| download | astroid-git-b8deedb7769a0120cc626f7b534fb0c88e973bd9.tar.gz | |
Bump version of astroid to 1.2 for the upcoming release.astroid-1.2
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | __pkginfo__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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'] |
