From 31266c192d5821e3cb916dc017e8b9c86e873f6f 2024-03-17 12:48:46 From: Branko Majic Date: 2024-03-17 12:48:46 Subject: [PATCH] MAR-238: Preparing for release 8.0.1. --- diff --git a/docs/conf.py b/docs/conf.py index 46a0195427f7a4893fe9b8f04dd56abf1c0e9f6f..f7eb3c0f96630b2a5e765b8ccd1936dfcf0b907f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ project = 'Majic Ansible Roles' copyright = '2018, 2019, 2020, 2021, 2023, 2024 Branko Majic' author = 'Branko Majic' -release = '8.0-maint' +release = '8.0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index e31d9566b7ecefe1c0170bf18148387b9a9410c1..506abdd5891df056a85675464fa3f55b0dc68fdf 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,9 +2,11 @@ Release notes ============= -x.y.z +8.0.1 ----- +Minor fix for ``common`` role. + * ``common`` role * Fixed permission errors with Python cache directories in the pip diff --git a/docs/usage.rst b/docs/usage.rst index 074ea08297c0c9e06698589bd58435115aba1d7e..70b2e2936bae99e4b0fa1e47c2f125a80b60762d 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -168,7 +168,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 8.0-maint 8.0-maint + git checkout -b 8.0.1 8.0.1 Preparing the basic site configuration