# HG changeset patch # User David Douard # Date 1434617169 -7200 # Node ID 6df91cb85eccc9d1cccd6a85d6975c73d6599d39 # Parent 97110b4af42f84727145a93c82d433b8326303aa [pkg] 0.3.1 diff -r 97110b4af42f -r 6df91cb85ecc CHANGES --- 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) ------------------ diff -r 97110b4af42f -r 6df91cb85ecc debian/changelog --- 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 Thu, 18 Jun 2015 10:42:52 +0200 + pyramid-cubicweb (0.3.0-1) unstable; urgency=medium * upstream release diff -r 97110b4af42f -r 6df91cb85ecc setup.py --- 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',