summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-28 14:30:13 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-28 14:30:13 +0200
commit20d9aba1d8bf02eaff15b12077906940e4b0e85c (patch)
tree19dfb3aed85626155fb763ad2fbd60d81f8deadc
parent9b40f4d8aa7e4f9a260ab2bf583555f524fa06e5 (diff)
downloadastroid-20d9aba1d8bf02eaff15b12077906940e4b0e85c.tar.gz
0.20.3
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b966e74..69db17f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 2b50fa9..e23bd1c 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 aed9363..d6763e6 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