diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-10-07 12:25:34 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-10-07 12:25:34 +0200 |
| commit | 1b181e534723555e5f0e1e158800643d4cb4d510 (patch) | |
| tree | ad2f6ddde6790f7c43596df3e1c80eb0625d7fce | |
| parent | f0271f597c2d75e5e8927c6116a24c365cbdaa12 (diff) | |
| download | astroid-git-1b181e534723555e5f0e1e158800643d4cb4d510.tar.gz | |
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | __pkginfo__.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 |
3 files changed, 10 insertions, 2 deletions
@@ -1,7 +1,7 @@ Change log for the astng package ================================ --- +2011-10-07 -- 0.23.0 * #77187: ancestor() only returns the first class when inheriting from two classes coming from the same module @@ -21,6 +21,8 @@ Change log for the astng package called after an astng has been built and given the related module node as argument + + 2011-07-18 -- 0.22.0 * added column offset information on nodes (patch by fawce) diff --git a/__pkginfo__.py b/__pkginfo__.py index 33856442..5832acbe 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -24,7 +24,7 @@ distname = 'logilab-astng' modname = 'astng' subpackage_of = 'logilab' -numversion = (0, 22, 0) +numversion = (0, 23, 0) version = '.'.join([str(num) for num in numversion]) install_requires = ['logilab-common >= 0.53.0'] diff --git a/debian/changelog b/debian/changelog index 124ce683..c1ed11ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-astng (0.23.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 07 Oct 2011 12:25:22 +0200 + logilab-astng (0.22.0-1) unstable; urgency=low * new upstream release |
