# HG changeset patch # User Christophe de Vienne # Date 1421835088 -3600 # Node ID a88a690ca9586fb680ef22a002f7967a144be341 # Parent 732b00868f002b194a820d296f39eb85a610de4a Prepare version 0.2.0 diff -r 732b00868f00 -r a88a690ca958 CHANGES --- 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`) diff -r 732b00868f00 -r a88a690ca958 setup.py --- 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',