# HG changeset patch # User Philippe Pepiot <philippe.pepiot@logilab.fr> # Date 1544705595 -3600 # Thu Dec 13 13:53:15 2018 +0100 # Branch 0.2 # Node ID 8c433a378c7280ed5a74fa10bb011b9ee9e232da # Parent 5182ff4293ee251558a0be16be22534379b4f0d0 [pkg] version 0.2.4 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, 3) +numversion = (0, 2, 4) version = '.'.join(str(num) for num in numversion) license = 'LGPL'