diff --git a/ChangeLog b/ChangeLog
index de75fb19b5354d57516eb26b8e4ba2b680fcae71_Q2hhbmdlTG9n..ae7d4369863d0354c5d022bd4e4262c32df4604a_Q2hhbmdlTG9n 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 ChangeLog for RQL
 =================
 
---
+2008-10-09  --  0.20.1
     * introduce "sqlscope" where NOT node is considered as a new scope
@@ -5,2 +5,3 @@
     * introduce "sqlscope" where NOT node is considered as a new scope
+
     * rql checker raise BadRQLQuery for inconsistent orderby on distinct query
@@ -6,2 +7,3 @@
     * rql checker raise BadRQLQuery for inconsistent orderby on distinct query
+
     * correctly restore .parent when undoing RemoveNodeOperation
@@ -7,4 +9,6 @@
     * correctly restore .parent when undoing RemoveNodeOperation
-	
+
+
+
 2008-09-24  --  0.20.0
     * is_instance_of support
@@ -9,3 +13,4 @@
 2008-09-24  --  0.20.0
     * is_instance_of support
+
     * raise BadRQLQuery on queries like 'Any X WHERE X name Toto, P is Person'
@@ -11,2 +16,3 @@
     * raise BadRQLQuery on queries like 'Any X WHERE X name Toto, P is Person'
+
     * "NOT X identity Y" is now allowed
@@ -12,2 +18,3 @@
     * "NOT X identity Y" is now allowed
+
     * do not add relation constraint on variables used in math expression
@@ -13,5 +20,7 @@
     * do not add relation constraint on variables used in math expression
-	
+
+
+
 2008-08-29  --  0.19.2
     * fix undoing of add_relation and variable name allocation on query using
       some subquery
@@ -15,4 +24,5 @@
 2008-08-29  --  0.19.2
     * fix undoing of add_relation and variable name allocation on query using
       some subquery
+
     * add missing selected_index() method on ColumnAlias
@@ -18,3 +28,4 @@
     * add missing selected_index() method on ColumnAlias
+
     * set_possible_types() propagate to sub-queries since some additional
       type constraints may be set in the outer query
@@ -19,4 +30,5 @@
     * set_possible_types() propagate to sub-queries since some additional
       type constraints may be set in the outer query
+
     * new type resolver ignore type restrictions, used by erudi during syntax
       tree annotation
@@ -21,6 +33,8 @@
     * new type resolver ignore type restrictions, used by erudi during syntax
       tree annotation
-	
+
+
+
 2008-08-07  --  0.19.1
     * should not simplify variables used in the GROUPBY clause when there is a
       HAVING clause
diff --git a/__pkginfo__.py b/__pkginfo__.py
index de75fb19b5354d57516eb26b8e4ba2b680fcae71_X19wa2dpbmZvX18ucHk=..ae7d4369863d0354c5d022bd4e4262c32df4604a_X19wa2dpbmZvX18ucHk= 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@
 __docformat__ = "restructuredtext en"
 
 modname = "rql"
-numversion = (0, 20, 0)
+numversion = (0, 20, 1)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LCL'
diff --git a/debian/changelog b/debian/changelog
index de75fb19b5354d57516eb26b8e4ba2b680fcae71_ZGViaWFuL2NoYW5nZWxvZw==..ae7d4369863d0354c5d022bd4e4262c32df4604a_ZGViaWFuL2NoYW5nZWxvZw== 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rql (0.20.1-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr>  Thu, 09 Oct 2008 12:24:14 +0200
+
 rql (0.20.0-1) unstable; urgency=low
 
   * new upstream release