# HG changeset patch
# User Elouan Martinet <elouan.martinet@logilab.fr>
# Date 1649160700 -7200
#      Tue Apr 05 14:11:40 2022 +0200
# Branch 0.2
# Node ID 29030510c421da01fc667f88f14af553c5deac7b
# Parent  16d971185d5cea1b15484bbd69e4a24579d9f0a4
chore(pkg): new patch release (0.2.8)

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, 7)
+numversion = (0, 2, 8)
 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.8-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Elouan Martinet <elouan.martinet@logilab.fr>  Tue, 05 Apr 2022 14:11:14 +0200
+
 cubicweb-jsonschema (0.2.7-1) unstable; urgency=medium
 
   * New upstream release.