# HG changeset patch # User David Douard # Date 1373375483 -7200 # Node ID 32b4d5314fd90fe050c931886190f9a372686148 # Parent d65b6434ae3f0c38038fa640a81538d614b4bf7b [pkg] prepare 3.17.3 diff -r d65b6434ae3f -r 32b4d5314fd9 __pkginfo__.py --- a/__pkginfo__.py Mon Jul 08 20:48:54 2013 +0200 +++ b/__pkginfo__.py Tue Jul 09 15:11:23 2013 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 17, 2) +numversion = (3, 17, 3) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r d65b6434ae3f -r 32b4d5314fd9 cubicweb.spec --- a/cubicweb.spec Mon Jul 08 20:48:54 2013 +0200 +++ b/cubicweb.spec Tue Jul 09 15:11:23 2013 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.17.2 +Version: 3.17.3 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 d65b6434ae3f -r 32b4d5314fd9 debian/changelog --- a/debian/changelog Mon Jul 08 20:48:54 2013 +0200 +++ b/debian/changelog Tue Jul 09 15:11:23 2013 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.17.3-1) unstable; urgency=low + + * new upstream release + + -- David Douard Tue, 09 Jul 2013 15:10:16 +0200 + cubicweb (3.17.2-1) unstable; urgency=low * new upstream release