[doc] update cubicweb version
authorElodie Thieblin <ethieblin@logilab.fr>
Wed, 18 Mar 2020 09:57:48 +0100
changeset 12923 341de318d6de
parent 12922 3d3e34813d25
child 12924 7a76f1fcc4a3
[doc] update cubicweb version
doc/tutorials/base/customizing-the-application.rst
--- 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.