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
commit9c986d468496b69fc36e4788c201159aaf6f1007 (patch)
tree20d801b515911ef126e7209bda802d53b50bbac2
parent9ef932518393f07200003d79ddd0d7e8883286c0 (diff)
downloadastroid-9c986d468496b69fc36e4788c201159aaf6f1007.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 e3e07fa..f0ebf73 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 f1ca389..0309727 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']