Prepare version 0.2.0
authorChristophe de Vienne <christophe@unlish.com>
Wed, 21 Jan 2015 11:11:28 +0100
changeset 11542 a88a690ca958
parent 11541 732b00868f00
child 11543 cd8308245d20
Prepare version 0.2.0
CHANGES
setup.py
--- a/CHANGES	Wed Jan 21 10:24:42 2015 +0100
+++ b/CHANGES	Wed Jan 21 11:11:28 2015 +0100
@@ -1,5 +1,5 @@
-0.2.0 (next)
-------------
+0.2.0 (2014-01-21)
+------------------
 
 -   Create a documentation (:issue:`4849313`)
 -   Fix cors 'origin' parameter passing (:issue:`4783343`)
--- a/setup.py	Wed Jan 21 10:24:42 2015 +0100
+++ b/setup.py	Wed Jan 21 11:11:28 2015 +0100
@@ -3,7 +3,7 @@
 
 setup(
     name='pyramid_cubicweb',
-    version='0.1.3',
+    version='0.2.0',
     description='Integrate CubicWeb with a Pyramid application.',
     author='Christophe de Vienne',
     author_email='username: christophe, domain: unlish.com',