# HG changeset patch # User Julien Cristau # Date 1427464593 -3600 # Node ID 51aa56e7d507958b3326abbb6a31d0e6dde6b47b # Parent 0f8c3ac88f1e34884e27cd31cf600c2abb40faac [pkg] 3.20.5 diff -r 0f8c3ac88f1e -r 51aa56e7d507 __pkginfo__.py --- a/__pkginfo__.py Wed Mar 25 08:09:56 2015 +0100 +++ b/__pkginfo__.py Fri Mar 27 14:56:33 2015 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 20, 4) +numversion = (3, 20, 5) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 0f8c3ac88f1e -r 51aa56e7d507 cubicweb.spec --- a/cubicweb.spec Wed Mar 25 08:09:56 2015 +0100 +++ b/cubicweb.spec Fri Mar 27 14:56:33 2015 +0100 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.20.4 +Version: 3.20.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 0f8c3ac88f1e -r 51aa56e7d507 debian/changelog --- a/debian/changelog Wed Mar 25 08:09:56 2015 +0100 +++ b/debian/changelog Fri Mar 27 14:56:33 2015 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.20.5-1) unstable; urgency=low + + * new upstream release + + -- Julien Cristau Fri, 27 Mar 2015 14:56:16 +0100 + cubicweb (3.20.4-1) unstable; urgency=low * new upstream release