diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2010-09-28 14:30:13 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2010-09-28 14:30:13 +0200 |
| commit | 989b958c7d3dfaf4af4909f1c352f8c81d845cbb (patch) | |
| tree | 552925e295c8de3e9cb65e5585f28b0e0c8b6243 | |
| parent | dd80a5356ff1ea3adb1154217f1c87746c722401 (diff) | |
| download | astroid-git-989b958c7d3dfaf4af4909f1c352f8c81d845cbb.tar.gz | |
0.20.3
--HG--
branch : stable
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | __pkginfo__.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 |
3 files changed, 9 insertions, 1 deletions
@@ -2,6 +2,8 @@ Change log for the astng package ================================ -- + * restored python 2.3 compatibility + * fix #45959: AttributeError: 'NoneType' object has no attribute 'frame', due to handling of __class__ when importing from living object (because of missing source code or C-compiled object) diff --git a/__pkginfo__.py b/__pkginfo__.py index 2b50fa99..e23bd1ca 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -24,7 +24,7 @@ distname = 'logilab-astng' modname = 'astng' subpackage_of = 'logilab' -numversion = (0, 20, 2) +numversion = (0, 20, 3) version = '.'.join([str(num) for num in numversion]) install_requires = ['logilab-common >= 0.49.0'] diff --git a/debian/changelog b/debian/changelog index aed93630..d6763e60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-astng (0.20.3-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 28 Sep 2010 14:30:03 +0200 + logilab-astng (0.20.2-1) unstable; urgency=low * new upstream release |
