diff --git a/cubicweb_jsonschema/__pkginfo__.py b/cubicweb_jsonschema/__pkginfo__.py index b21505876b3003989824d65862c5b045ced090cf_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ==..4af2aa5d728e14c8f9b655b2583db1ad6daedd33_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ== 100644 --- 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 index b21505876b3003989824d65862c5b045ced090cf_ZGViaWFuL2NoYW5nZWxvZw==..4af2aa5d728e14c8f9b655b2583db1ad6daedd33_ZGViaWFuL2NoYW5nZWxvZw== 100644 --- 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.