--- a/__pkginfo__.py Fri Aug 07 17:42:04 2009 +0200
+++ b/__pkginfo__.py Fri Aug 07 17:51:16 2009 +0200
@@ -7,7 +7,7 @@
distname = "cubicweb"
modname = "cubicweb"
-numversion = (3, 4, 1)
+numversion = (3, 4, 2)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL v2'
--- a/debian/changelog Fri Aug 07 17:42:04 2009 +0200
+++ b/debian/changelog Fri Aug 07 17:51:16 2009 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.4.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 07 Aug 2009 17:50:15 +0200
+
cubicweb (3.4.1-1) unstable; urgency=low
* new upstream release
--- a/server/test/unittest_hooks.py Fri Aug 07 17:42:04 2009 +0200
+++ b/server/test/unittest_hooks.py Fri Aug 07 17:51:16 2009 +0200
@@ -199,6 +199,7 @@
self.commit()
self.failIf(self.execute('Any X WHERE X created_by Y, X eid >= %(x)s', {'x': eid}))
+
class CWPropertyHooksTC(RepositoryBasedTC):
def test_unexistant_eproperty(self):