--- 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 <denis.laxalde@logilab.fr> Tue, 28 Jun 2016 09:32:26 +0200
+
pyramid-cubicweb (0.6.1-1) unstable; urgency=medium
* new upstream release
--- 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
--- 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',