3.4.2 cubicweb-version-3.4.2
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 07 Aug 2009 17:51:16 +0200
changeset 2746 cfcc7f6121d6
parent 2745 0dafa29ace1f
child 2747 4f9ffcd8d5a2
child 2748 d2fcf19bfb34
child 2749 e6a8cd8cc910
3.4.2
__pkginfo__.py
debian/changelog
server/test/unittest_hooks.py
--- 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):