# HG changeset patch # User Christophe de Vienne # Date 1421834553 -3600 # Node ID 8914052abdcacd2b6ca9be849a140cb75c526a50 # Parent 9a112017974a8044c186769f4867b39b06d5581d Set version 0.2.0 And requires pyramid-cubicweb 0.2.0 diff -r 9a112017974a -r 8914052abdca __pkginfo__.py --- a/__pkginfo__.py Sat Jan 03 17:07:21 2015 +0100 +++ b/__pkginfo__.py Wed Jan 21 11:02:33 2015 +0100 @@ -4,7 +4,7 @@ modname = 'pyramid' distname = 'cubicweb-pyramid' -numversion = (0, 1, 1) +numversion = (0, 2, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' @@ -16,7 +16,7 @@ __depends__ = { 'cubicweb': '>= 3.19.3', 'wsgicors': '>= 0.3', - 'pyramid-cubicweb': '>= 0.1.2' + 'pyramid-cubicweb': '>= 0.2.0' } __recommends__ = {}