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.