# HG changeset patch # User Katia Saurfelt <katia.saurfelt@logilab.fr> # Date 1649154630 -7200 # Tue Apr 05 12:30:30 2022 +0200 # Branch 0.1 # Node ID 59dceaee1ed90fd67bf214e85bb1680cf5b582d7 # Parent f33dc20876b8130598d8b662286a79a4cc796dd1 chore(pkg): new minor release (0.1.6) 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, 1, 5) +numversion = (0, 1, 6) version = '.'.join(str(num) for num in numversion) license = 'LGPL'