Skip to content
Snippets Groups Projects
Commit 89886f2ef6e5 authored by Sylvain Thenault's avatar Sylvain Thenault
Browse files

0.20.2

parent 6f548048ac94
No related branches found
No related tags found
No related merge requests found
ChangeLog for RQL
=================
2008-10-17 -- 0.20.2
* new remove_subquery method on Select node
* remove_node accepts a new 'undefine' argument (default to False for bw compat)
telling if it should undefine no more referenced variables
2008-10-09 -- 0.20.1
* introduce "sqlscope" where NOT node is considered as a new scope
......
......@@ -8,7 +8,7 @@
__docformat__ = "restructuredtext en"
modname = "rql"
numversion = (0, 20, 1)
numversion = (0, 20, 2)
version = '.'.join(str(num) for num in numversion)
license = 'LCL'
......
rql (0.20.2-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <Sylvain Thenault <sylvain.thenault@logilab.fr>> Fri, 17 Oct 2008 08:58:53 +0200
rql (0.20.1-1) unstable; urgency=low
* new upstream release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment