--- a/__pkginfo__.py Tue Mar 23 18:35:04 2010 +0100
+++ b/__pkginfo__.py Wed Mar 24 07:52:15 2010 +0100
@@ -7,7 +7,7 @@
distname = "cubicweb"
modname = "cubicweb"
-numversion = (3, 6, 2)
+numversion = (3, 6, 3)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL'
--- a/debian/changelog Tue Mar 23 18:35:04 2010 +0100
+++ b/debian/changelog Wed Mar 24 07:52:15 2010 +0100
@@ -1,11 +1,11 @@
-cubicweb (3.6.2-2) unstable; urgency=low
+cubicweb (3.6.3-1) unstable; urgency=low
* remove postgresql-contrib from cubicweb dependency (using tsearch
which is included with postgres >= 8.3)
* add postgresql-client | mysql-client to cubicweb-server dependencies, necessary
for dump/restore of database
- --
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 24 Mar 2010 07:50:47 +0100
cubicweb (3.6.2-1) unstable; urgency=low