# HG changeset patch # User Adrien Di Mascio <Adrien.DiMascio@logilab.fr> # Date 1222931650 -7200 # Thu Oct 02 09:14:10 2008 +0200 # Node ID d53ce81da79765994a1725ca795d529cf9c09754 # Parent 40ed72fc421b4756d6ac999099b19ffe66154593 updated changelog / version files diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ChangeLog for RQL ================= - -- +2008-09-24 -- 0.20.0 * is_instance_of support * raise BadRQLQuery on queries like 'Any X WHERE X name Toto, P is Person' * "NOT X identity Y" is now allowed diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" modname = "rql" -numversion = (0, 19, 2) +numversion = (0, 20, 0) version = '.'.join(str(num) for num in numversion) license = 'LCL' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rql (0.20.0-1) unstable; urgency=low + + * new upstream release + + -- Adrien Di Mascio <Adrien.DiMascio@logilab.fr> Wed, 24 Sep 2008 10:38:11 +0200 + rql (0.19.2-1) unstable; urgency=low * new upstream release diff --git a/stmts.py b/stmts.py --- a/stmts.py +++ b/stmts.py @@ -147,7 +147,7 @@ # navigation helper methods ############################################# - @property + @property def root(self): """return the root node of the tree""" return self