__pkginfo__.py
changeset 11649 8914052abdca
parent 11646 dc3182d7b37c
child 11654 00bec1345a78
--- 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__ = {}