Set version 0.2.0
authorChristophe de Vienne <christophe@unlish.com>
Wed, 21 Jan 2015 11:02:33 +0100
changeset 11649 8914052abdca
parent 11648 9a112017974a
child 11650 4c16305d5825
Set version 0.2.0 And requires pyramid-cubicweb 0.2.0
__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__ = {}