# HG changeset patch # User Philippe Pepiot <philippe.pepiot@logilab.fr> # Date 1558018751 -7200 # Thu May 16 16:59:11 2019 +0200 # Node ID 8b0342879bfa433041c38a4a421d196168d8d363 # Parent 894248266885503a7506f16e2d83e2664bc52180 [pkg] version 0.8.0 diff --git a/cubicweb_fresh/__pkginfo__.py b/cubicweb_fresh/__pkginfo__.py --- a/cubicweb_fresh/__pkginfo__.py +++ b/cubicweb_fresh/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'fresh' distname = 'cubicweb-fresh' -numversion = (0, 7, 1) +numversion = (0, 8, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cubicweb-fresh (0.8.0-1) unstable; urgency=medium + + * new upstream release + + -- Philippe Pepiot <philippe.pepiot@logilab.fr> Thu, 16 May 2019 16:58:59 +0200 + cubicweb-fresh (0.7.1-1) unstable; urgency=medium * new upstream release