From feab286d734511499f728b64a02a8ee4e93059b0 2020-12-24 15:09:48 From: Branko Majic Date: 2020-12-24 15:09:48 Subject: [PATCH] MAR-176: Creating maintenance branch for release 5.0.0. --- diff --git a/docs/conf.py b/docs/conf.py index 3cc8d4a21cd9547b112c614e053678a8fe55802c..2f5b0de74b8c09d380056e27dba993188ee54219 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2018, Branko Majic' # built documents. # # The short X.Y version. -version = '5.0.0' +version = '5.0-maint' # The full version, including alpha/beta/rc tags. -release = '5.0.0' +release = '5.0-maint' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/usage.rst b/docs/usage.rst index a182bb7bf7ec85eae78309083a1ab7f928ab6083..dcbfbc0adc45ae6f465894cdc2d7882577da60b3 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -164,7 +164,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 5.0.0 5.0.0 + git checkout -b 5.0-maint 5.0-maint Preparing the basic site configuration