# HG changeset patch # User Nicola Spanti <nicola.spanti@logilab.fr> # Date 1732012048 -3600 # Tue Nov 19 11:27:28 2024 +0100 # Branch 0.2 # Node ID ff7fdb4ebb84a51cbfb304f758dd889482b05288 # Parent bf599e2ce0ff80785578c05c85663fa36188d5cf chore(pkg): new patch release (0.2.14) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## Version 0.2.14 (planned) +## Version 0.2.14 (2024-11-19) -Drop support of CubicWeb 4.7 and previous versions +- Drop support of CubicWeb 3 by setting minimum CubicWeb version to be 4.5.2 +- Drop support of CubicWeb 1.3.0 and below ## Version 0.2.13 (2024-09-27) diff --git a/cubicweb_jsonschema/__pkginfo__.py b/cubicweb_jsonschema/__pkginfo__.py --- a/cubicweb_jsonschema/__pkginfo__.py +++ b/cubicweb_jsonschema/__pkginfo__.py @@ -6,7 +6,7 @@ modname = "cubicweb_" + cubename distname = "cubicweb-" + cubename -numversion = (0, 2, 13) +numversion = (0, 2, 14) version = ".".join(str(num) for num in numversion) license = "LGPL"