# HG changeset patch
# User Nicolas Chauvat <nicolas.chauvat@logilab.fr>
# Date 1210264958 -7200
#      Thu May 08 18:42:38 2008 +0200
# Node ID 0cab2c15d09a3f1f711898fca9cd1c3536304fea
# Parent  46ea8a04429ce7bf7685f4cb98a7d6dc1d6211f8
ready for 0.18.0

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
 ChangeLog for RQL
 =================
 
- --
+2008-05-08 -- 0.18.0
     * UNION support
     * HAVING support
+    * GROUPBY and ORDERBY moved *before* WHERE
+    * code cleanup, fixes and refactorings
 
 2008-03-26  --  0.17.2
     * fix a bug in get_solutions,possible_types should be reseted first
diff --git a/__pkginfo__.py b/__pkginfo__.py
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -6,7 +6,7 @@
 """
 
 modname = "rql"
-numversion = (0, 17, 2)
+numversion = (0, 18, 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.18.0-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Nicolas Chauvat <Nicolas.Chauvat@logilab.fr>  Thu, 08 May 2008 18:07:14 +0200
+
 rql (0.17.2-1) unstable; urgency=low
 
   * new upstream release
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@
 Package: python-rql
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-egenix-mxdatetime, python-logilab-common (>= 0.16.1-1), python-constraint (>= 0.3.0-5), yapps2-runtime
+Depends: ${python:Depends}, python-egenix-mxdatetime, python-logilab-common (>= 0.31.0-1), python-constraint (>= 0.3.0-5), yapps2-runtime
 Replaces: python2.3-rql, python2.4-rql
 Conflicts: python2.3-rql, python2.4-rql
 Description: relationship query language (RQL) utilities [dummy package]