# HG changeset patch # User David Douard # Date 1370514584 -7200 # Node ID 4f45968cd956f66aa992c13b7cc39fa9e94899c0 # Parent 525915f8bc1cbcea70faa969d95d0ac84c2b8e2c [pkg] prepare 3.17.1 diff -r 525915f8bc1c -r 4f45968cd956 __pkginfo__.py --- a/__pkginfo__.py Thu May 30 14:46:32 2013 +0200 +++ b/__pkginfo__.py Thu Jun 06 12:29:44 2013 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 17, 0) +numversion = (3, 17, 1) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 525915f8bc1c -r 4f45968cd956 debian/changelog --- a/debian/changelog Thu May 30 14:46:32 2013 +0200 +++ b/debian/changelog Thu Jun 06 12:29:44 2013 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.17.1-1) unstable; urgency=low + + * new upstream release + + -- David Douard Thu, 06 Jun 2013 12:28:49 +0200 + cubicweb (3.17.0-2) unstable; urgency=low * fix yams Depends on cubicweb-common