docs: Set the version attribute as required instead of optional

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Carlos Henrique Lima Melara 2021-04-16 20:58:16 -03:00 committed by Sunil Mohan Adapa
parent 08a7c7870e
commit 0ce610c074
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -27,7 +27,7 @@ will be removed in the future.
<app-module>.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.