# HG changeset patch # User Guillaume Vandevelde <gvandevelde@logilab.fr> # Date 1595505679 -7200 # Thu Jul 23 14:01:19 2020 +0200 # Branch 0.2 # Node ID 3feeb2eac45e916fba6ebb35bb9a02595ca52135 # Parent 490376338e71aa92b27c2eb9143686c40acf5f5c [pkg] version 0.2.5 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, 4) +numversion = (0, 2, 5) version = '.'.join(str(num) for num in numversion) license = 'LGPL'