From 0ce610c07422f106216a2b9883c79466bee495ad Mon Sep 17 00:00:00 2001 From: Carlos Henrique Lima Melara Date: Fri, 16 Apr 2021 20:58:16 -0300 Subject: [PATCH] docs: Set the `version` attribute as required instead of optional Reviewed-by: Sunil Mohan Adapa --- doc/dev/reference/app_module.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/reference/app_module.rst b/doc/dev/reference/app_module.rst index 502d7373c..001567aaf 100644 --- a/doc/dev/reference/app_module.rst +++ b/doc/dev/reference/app_module.rst @@ -27,7 +27,7 @@ will be removed in the future. .version ^^^^^^^^^^^^^^^^^^^^ -Optional. Version number of an app. Increasing the version number of an app +Required. Version number of an app. Increasing the version number of an app triggers the setup() logic allowing the app to run upgrade scripts. This attribute is part of the :class:`~plinth.app.Info` component. Need for this attribute at the module level will be removed in the future.