diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-19 14:59:06 +0100 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-19 14:59:06 +0100 |
| commit | 82838274c88a35c799d32fc7fb8a87b6ba97b452 (patch) | |
| tree | 77ee9a8e249523ee6bf1797ec3242346b91642c6 | |
| parent | 23731ff0a3d4b8d4fd9f678d8ba4c00a6df7500a (diff) | |
| download | astroid-git-82838274c88a35c799d32fc7fb8a87b6ba97b452.tar.gz | |
astng 0.18.0 releaseastng_0.18.0
| -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 astng package ================================ - -- +2009-03-19 -- 0.18.0 * major api / tree structure changes to make it works with compiler *and* py >= 2.5 _ast module * cleanups and refactoring on the way diff --git a/__pkginfo__.py b/__pkginfo__.py index f1ca3895..0309727e 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -19,7 +19,7 @@ logilab.astng packaging information modname = 'astng' distname = 'logilab-astng' -numversion = (0, 17, 4) +numversion = (0, 18, 0) version = '.'.join([str(num) for num in numversion]) pyversions = ["2.3", "2.4", "2.5", '2.6'] |
