# HG changeset patch # User Graziella Toutoungis # Date 1239089780 -7200 # Node ID ea32281eff00c508f8f3ea82e9088254ba6e4868 # Parent 10fa95dd91ab36aeb993ffce08d29a8501f0f45d Change version no diff -r 10fa95dd91ab -r ea32281eff00 __pkginfo__.py --- a/__pkginfo__.py Tue Apr 07 09:10:26 2009 +0200 +++ b/__pkginfo__.py Tue Apr 07 09:36:20 2009 +0200 @@ -6,7 +6,7 @@ distname = "cubicweb" modname = "cubicweb" -numversion = (3, 1, 4) +numversion = (3, 1, 5) version = '.'.join(str(num) for num in numversion) license = 'LGPL v2'