summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2011-10-07 12:25:34 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2011-10-07 12:25:34 +0200
commit1b181e534723555e5f0e1e158800643d4cb4d510 (patch)
treead2f6ddde6790f7c43596df3e1c80eb0625d7fce
parentf0271f597c2d75e5e8927c6116a24c365cbdaa12 (diff)
downloadastroid-git-1b181e534723555e5f0e1e158800643d4cb4d510.tar.gz
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2de6e039..ceaeefae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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