# HG changeset patch # User David Douard # Date 1375282724 -7200 # Node ID 15dd5b37998b8ef5e8fab1ea0491e6bd8e9f3355 # Parent 7ae95f48e2f01f83c6db15aa414a65d342eeeb84 [pkg] prepare 3.17.5 diff -r 7ae95f48e2f0 -r 15dd5b37998b __pkginfo__.py --- a/__pkginfo__.py Wed Jul 31 14:48:34 2013 +0200 +++ b/__pkginfo__.py Wed Jul 31 16:58:44 2013 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 17, 4) +numversion = (3, 17, 5) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 7ae95f48e2f0 -r 15dd5b37998b cubicweb.spec --- a/cubicweb.spec Wed Jul 31 14:48:34 2013 +0200 +++ b/cubicweb.spec Wed Jul 31 16:58:44 2013 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.17.4 +Version: 3.17.5 Release: logilab.1%{?dist} Summary: CubicWeb is a semantic web application framework Source0: http://download.logilab.org/pub/cubicweb/cubicweb-%{version}.tar.gz diff -r 7ae95f48e2f0 -r 15dd5b37998b debian/changelog --- a/debian/changelog Wed Jul 31 14:48:34 2013 +0200 +++ b/debian/changelog Wed Jul 31 16:58:44 2013 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.17.5-1) unstable; urgency=low + + * new upstream release + + -- David Douard Wed, 31 Jul 2013 16:58:19 +0200 + cubicweb (3.17.4-1) unstable; urgency=low * new upstream release