# HG changeset patch # User Arthur Lutz <arthur.lutz@logilab.fr> # Date 1506084614 -7200 # Fri Sep 22 14:50:14 2017 +0200 # Branch 0.2 # Node ID fba96745cd48ee4d8f3c25b2dd6b22723c3e7fcc # Parent aa4e532eeed2419c2df58b3203eb6a38221a1237 [pkg] version 0.2.1 diff --git a/cubicweb_jsonschema/__pkginfo__.py b/cubicweb_jsonschema/__pkginfo__.py --- a/cubicweb_jsonschema/__pkginfo__.py +++ b/cubicweb_jsonschema/__pkginfo__.py @@ -5,7 +5,7 @@ modname = 'cubicweb_jsonschema' distname = 'cubicweb-jsonschema' -numversion = (0, 2, 0) +numversion = (0, 2, 1) 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-jsonschema (0.2.1-1) unstable; urgency=medium + + * new upstream release + + -- Arthur Lutz <arthur@logilab.fr> Fri, 22 Sep 2017 14:49:16 +0200 + cubicweb-jsonschema (0.2.0-1) unstable; urgency=medium * new upstream release