[pkg] 0.3.1
authorDavid Douard <david.douard@logilab.fr>
Thu, 18 Jun 2015 10:46:09 +0200
changeset 11576 6df91cb85ecc
parent 11575 97110b4af42f
child 11577 694d043dabc1
[pkg] 0.3.1
CHANGES
debian/changelog
setup.py
--- a/CHANGES	Wed Apr 29 22:46:17 2015 +0200
+++ b/CHANGES	Thu Jun 18 10:46:09 2015 +0200
@@ -1,3 +1,9 @@
+0.3.1 (2015-06-18)
+------------------
+
+-   debian: add python-wsgicors dependency (:issue:`4751889`).
+-   Handle absence of anonymous user (:issue:`4751862`).
+
 0.3.0 (2015-05-11)
 ------------------
 
--- a/debian/changelog	Wed Apr 29 22:46:17 2015 +0200
+++ b/debian/changelog	Thu Jun 18 10:46:09 2015 +0200
@@ -1,3 +1,9 @@
+pyramid-cubicweb (0.3.1-1) UNRELEASED; urgency=medium
+
+  * new upstream release 
+
+ -- David Douard <david.douard@logilab.fr>  Thu, 18 Jun 2015 10:42:52 +0200
+
 pyramid-cubicweb (0.3.0-1) unstable; urgency=medium
 
   * upstream release
--- a/setup.py	Wed Apr 29 22:46:17 2015 +0200
+++ b/setup.py	Thu Jun 18 10:46:09 2015 +0200
@@ -3,7 +3,7 @@
 
 setup(
     name='pyramid-cubicweb',
-    version='0.3.0',
+    version='0.3.1',
     description='Integrate CubicWeb with a Pyramid application.',
     author='Christophe de Vienne',
     author_email='username: christophe, domain: unlish.com',