Prepare version 0.2.1
authorChristophe de Vienne <christophe@unlish.com>
Fri, 23 Jan 2015 12:57:16 +0100
changeset 11548 1ae61c25299a
parent 11547 fd7d2033cd80
child 11549 48a952dc108f
Prepare version 0.2.1
CHANGES
debian/changelog
setup.py
--- a/CHANGES	Wed Jan 21 17:28:30 2015 +0100
+++ b/CHANGES	Fri Jan 23 12:57:16 2015 +0100
@@ -1,9 +1,15 @@
+0.2.1 (2015-01-23)
+------------------
+
+-   Fix cors 'methods' and 'headers' parameters passing (:issue:`4849874`).
+
 0.2.0 (2015-01-21)
 ------------------
 
 -   Create a documentation (:issue:`4849313`)
 -   Fix cors 'origin' parameter passing (:issue:`4783343`)
--   Fix configuration loading when 'cubicweb.includes' is not set (:issue:`4849314`)
+-   Fix configuration loading when 'cubicweb.includes' is not set
+    (:issue:`4849314`)
 -   Move auth-related code to :mod:`pyramid_cubicweb.auth`.
 -   Add profiling tools
 -   Cleanups
@@ -16,7 +22,8 @@
 0.1.2 (2014-11-15)
 ------------------
 
--   Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection (:issue:`4566482`)
+-   Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection
+    (:issue:`4566482`)
 
 0.1.1 (2014-11-02)
 ------------------
@@ -28,6 +35,6 @@
 
 Initial release
 
--   Provides a pyramid-based authentication and session management for a cubicweb
-    instance.
+-   Provides a pyramid-based authentication and session management for a
+    cubicweb instance.
 -   Run a cubicweb instance as a pyramid application
--- a/debian/changelog	Wed Jan 21 17:28:30 2015 +0100
+++ b/debian/changelog	Fri Jan 23 12:57:16 2015 +0100
@@ -1,3 +1,9 @@
+pyramid-cubicweb (0.2.1-1) unstable; urgency=medium
+
+  * upstream release
+
+ -- Christophe de Vienne <christophe@unlish.com>  Fri, 23 Jan 2015 12:57:25 +0100
+
 pyramid-cubicweb (0.2.0-1) unstable; urgency=medium
 
   * upstream release
--- a/setup.py	Wed Jan 21 17:28:30 2015 +0100
+++ b/setup.py	Fri Jan 23 12:57:16 2015 +0100
@@ -3,7 +3,7 @@
 
 setup(
     name='pyramid_cubicweb',
-    version='0.2.0',
+    version='0.2.1',
     description='Integrate CubicWeb with a Pyramid application.',
     author='Christophe de Vienne',
     author_email='username: christophe, domain: unlish.com',