# HG changeset patch
# User Aurelien Lubert <aurelien.lubert@logilab.fr>
# Date 1623835457 -7200
#      Wed Jun 16 11:24:17 2021 +0200
# Branch 0.2
# Node ID cacbf3038b15ab8c5315b5e5b86e5b6e65db29b2
# Parent  e33fcc64db02acaf9b164f0d1f79b44ef75b23de
chore(pkg): new patch release (0.2.7)

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, 6)
+numversion = (0, 2, 7)
 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.7-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Aurélien Lubert <aurelien.lubert@logilab.fr>  Wed, 16 Jun 2021 11:23:42 +0200
+
 cubicweb-jsonschema (0.2.6-1) unstable; urgency=medium
 
   * New upstream release.