# HG changeset patch
# User François FERRY <francois.ferry@logilab.fr>
# Date 1699886511 -3600
#      Mon Nov 13 15:41:51 2023 +0100
# Branch 0.1
# Node ID a8464d83295a468340c3f30124218d0ae88227f4
# Parent  017b8aeedd3e71355a7360bc4f8a23f77f47195f
chore(pkg): new patch release (0.1.7)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+## Version 0.1.7 (2023-11-13)
+### 🎉 New features
+
+- CW4 be compatible with CW4
+
+### 👷 Bug fixes
+
+- config: handle new cw4 config cls
+
+### 🤖 Continuous integration
+
+- don't use python:latest, since we are not compatible with python latest :)
\ No newline at end of file
diff --git a/MANIFEST.in b/MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -14,4 +14,5 @@
 include test-requirements.txt
 prune debian
 prune cubicweb-jsonschema.spec
-exclude .gitlab-ci.yml
\ No newline at end of file
+exclude .gitlab-ci.yml
+exclude CHANGELOG.md
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, 1, 6)
+numversion = (0, 1, 7)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'