doc/tutorials/base/customizing-the-application.rst
changeset 12923 341de318d6de
parent 12658 fdd7165fe1f3
child 12924 7a76f1fcc4a3
--- a/doc/tutorials/base/customizing-the-application.rst	Wed Mar 18 09:24:02 2020 +0100
+++ b/doc/tutorials/base/customizing-the-application.rst	Wed Mar 18 09:57:48 2020 +0100
@@ -44,7 +44,7 @@
 
 .. sourcecode:: python
 
-   __depends__ =  {'cubicweb': '>= 3.24.0',
+   __depends__ =  {'cubicweb': '>= 3.27.3',
                    'cubicweb-blog': None}
 
 where the ``None`` means we do not depends on a particular version of the cube.