# HG changeset patch
# User Katia Saurfelt <katia.saurfelt@logilab.fr>
# Date 1654180108 -7200
#      Thu Jun 02 16:28:28 2022 +0200
# Branch 0.2
# Node ID 4af2aa5d728e14c8f9b655b2583db1ad6daedd33
# Parent  b21505876b3003989824d65862c5b045ced090cf
chore(pkg): new patch release (0.2.10)

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, 9)
+numversion = (0, 2, 10)
 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.10-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Katia Saurfelt <katia.saurfelt@logilab.fr>  Thu, 02 Jun 2022 16:28:50 +0200
+
 cubicweb-jsonschema (0.2.9-1) unstable; urgency=medium
 
   * New upstream release.