# HG changeset patch
# User Sylvain <syt@logilab.fr>
# Date 1200308662 -3600
#      Mon Jan 14 12:04:22 2008 +0100
# Node ID 113364eae0fae7fa837410f7975585b878c2a5de
# Parent  190badacf338499826c2368570ffca34e880dce4
0.15.2

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 ChangeLog for RQL
 =================
 
- --
+2008-01-14  --  0.15.2
     * fix nested aggregat checking
     * fix a bug in Relation.__repr__
     * fix should_register_op which was expected to be a property
diff --git a/__pkginfo__.py b/__pkginfo__.py
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -1,16 +1,16 @@
 # pylint: disable-msg=W0622
-# Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
 # http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 rql packaging information
 """
 
 modname = "rql"
-numversion = (0, 15, 1)
+numversion = (0, 15, 2)
 version = '.'.join([str(num) for num in numversion])
 
 license = 'LCL'
-copyright = '''Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE).
+copyright = '''Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
 
 author = "Sylvain Thenault"
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rql (0.15.2-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Sylvain Thénault <Sylvain.Thenault@logilab.fr>  Mon, 14 Jan 2008 12:01:51 +0100
+
 rql (0.15.1-1) unstable; urgency=low
 
   * new upstream release