[PATCH 3 of 8 cubicweb] [doc] update cubicweb version
Elodie Thieblin
elodie.thieblin at logilab.fr
Wed Mar 18 14:39:32 CET 2020
# HG changeset patch
# User Elodie Thieblin <ethieblin at logilab.fr>
# Date 1584521868 -3600
# Wed Mar 18 09:57:48 2020 +0100
# Node ID 9ab026a01643d172d7f2e864c5fa97a31e3868fa
# Parent 3d3e34813d251b72e43b680788a66701e1a8fcbf
# Available At ssh://hg@hg.logilab.org/review/cubicweb
# hg pull ssh://hg@hg.logilab.org/review/cubicweb -r 9ab026a01643
# EXP-Topic doc_tuto
[doc] update cubicweb version
diff --git a/doc/tutorials/base/customizing-the-application.rst b/doc/tutorials/base/customizing-the-application.rst
--- a/doc/tutorials/base/customizing-the-application.rst
+++ b/doc/tutorials/base/customizing-the-application.rst
@@ -44,7 +44,7 @@ file:
.. sourcecode:: python
- __depends__ = {'cubicweb': '>= 3.24.0',
+ __depends__ = {'cubicweb': '>= 3.27.0',
'cubicweb-blog': None}
where the ``None`` means we do not depends on a particular version of the cube.
More information about the cubicweb-devel
mailing list