# HG changeset patch # User Denis Laxalde # Date 1467099200 -7200 # Node ID 0cf2972d2011b5aa10f9d9222adad08c137657d9 # Parent b23d60a9ea84fdc4e5d96bf9f11c641c1265a009 [pkg] Version 0.7.0 diff -r b23d60a9ea84 -r 0cf2972d2011 debian/changelog --- a/debian/changelog Fri Jun 03 17:59:49 2016 +0200 +++ b/debian/changelog Tue Jun 28 09:33:20 2016 +0200 @@ -1,3 +1,9 @@ +pyramid-cubicweb (0.7.0-1) unstable; urgency=medium + + * New upstream release. + + -- Denis Laxalde Tue, 28 Jun 2016 09:32:26 +0200 + pyramid-cubicweb (0.6.1-1) unstable; urgency=medium * new upstream release diff -r b23d60a9ea84 -r 0cf2972d2011 pyramid-cubicweb.spec --- a/pyramid-cubicweb.spec Fri Jun 03 17:59:49 2016 +0200 +++ b/pyramid-cubicweb.spec Tue Jun 28 09:33:20 2016 +0200 @@ -9,7 +9,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyramid-cubicweb -Version: 0.6.1 +Version: 0.7.0 Release: 1%{?dist} Summary: Integrate CubicWeb with a Pyramid application diff -r b23d60a9ea84 -r 0cf2972d2011 setup.py --- a/setup.py Fri Jun 03 17:59:49 2016 +0200 +++ b/setup.py Tue Jun 28 09:33:20 2016 +0200 @@ -3,7 +3,7 @@ setup( name='pyramid-cubicweb', - version='0.6.1', + version='0.7.0', description='Integrate CubicWeb with a Pyramid application.', author='Christophe de Vienne', author_email='username: christophe, domain: unlish.com',