# HG changeset patch
# User Philippe Pepiot <philippe.pepiot@logilab.fr>
# Date 1543496645 -3600
#      Thu Nov 29 14:04:05 2018 +0100
# Branch 0.2
# Node ID cead0e977e0f77c0b24adf5727b8a45cf5efd769
# Parent  6936f5e7cb4540d83c461728dd60ddc8ba26bc33
[pkg] 0.2.3

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, 2)
+numversion = (0, 2, 3)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'