summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-03-19 14:59:06 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-03-19 14:59:06 +0100
commit82838274c88a35c799d32fc7fb8a87b6ba97b452 (patch)
tree77ee9a8e249523ee6bf1797ec3242346b91642c6
parent23731ff0a3d4b8d4fd9f678d8ba4c00a6df7500a (diff)
downloadastroid-git-82838274c88a35c799d32fc7fb8a87b6ba97b452.tar.gz
astng 0.18.0 releaseastng_0.18.0
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e07fa1..f0ebf73c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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']