# HG changeset patch # User David Douard # Date 1365442242 -7200 # Node ID a2b4f245aa57013cf8bbcfa2f3d021ee04bccfa0 # Parent 522bdba6669025261e93807694d40305233fafdb 3.16.2 diff -r 522bdba66690 -r a2b4f245aa57 __pkginfo__.py --- a/__pkginfo__.py Mon Apr 08 18:38:20 2013 +0200 +++ b/__pkginfo__.py Mon Apr 08 19:30:42 2013 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 16, 1) +numversion = (3, 16, 2) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 522bdba66690 -r a2b4f245aa57 cubicweb.spec --- a/cubicweb.spec Mon Apr 08 18:38:20 2013 +0200 +++ b/cubicweb.spec Mon Apr 08 19:30:42 2013 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.16.1 +Version: 3.16.2 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 522bdba66690 -r a2b4f245aa57 debian/changelog --- a/debian/changelog Mon Apr 08 18:38:20 2013 +0200 +++ b/debian/changelog Mon Apr 08 19:30:42 2013 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.16.2-1) unstable; urgency=low + + * New upstream release + + -- David Douard Mon, 08 Apr 2013 19:29:33 +0200 + cubicweb (3.16.1-1) squeeze; urgency=low * New upstream release