# HG changeset patch # User David Douard # Date 1415827202 -3600 # Node ID 5c7d69381a5d4b176b459b2f696d3be57a6a4731 # Parent 3d7e500a020227458e9d170c2fa9b022ff4cefad [pkg] bump version to 3.20.0 diff -r 3d7e500a0202 -r 5c7d69381a5d __pkginfo__.py --- a/__pkginfo__.py Mon May 05 11:25:59 2014 +0200 +++ b/__pkginfo__.py Wed Nov 12 22:20:02 2014 +0100 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 19, 6) +numversion = (3, 20, 0) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 3d7e500a0202 -r 5c7d69381a5d cubicweb.spec --- a/cubicweb.spec Mon May 05 11:25:59 2014 +0200 +++ b/cubicweb.spec Wed Nov 12 22:20:02 2014 +0100 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.19.6 +Version: 3.20.0 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 3d7e500a0202 -r 5c7d69381a5d debian/changelog --- a/debian/changelog Mon May 05 11:25:59 2014 +0200 +++ b/debian/changelog Wed Nov 12 22:20:02 2014 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.20.0-1) UNRELEASED; urgency=medium + + * new upstream release + + -- Julien Cristau Thu, 18 Dec 2014 16:44:03 +0100 + cubicweb (3.19.6-1) unstable; urgency=low * new upstream release