diff --git a/docs/conf.py b/docs/conf.py index 4802bcb6edc42f4a40766c7aa481e16a44b7b989..adbc2a2c8369ea956e030ac1cf1d85d7d5a5cb01 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 = '7.1-dev' +release = '8.0.0' # -- 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 6712c167e2d12378510ded8bfc6043d72a23f56a..60753b5441b05b3f510a3cc0725b68b58d9a8579 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -6,7 +6,7 @@ x.y.z ----- Dropped support for Python 2.7 and Debian 10 Buster. Added support for -Debian 12 Bookworm. Some minor improvements and fixes. +Debian 12 Bookworm. Numerous minor improvements and fixes. **Breaking changes:** diff --git a/docs/releaseprocedures.rst b/docs/releaseprocedures.rst index a45070e423b4b0a2aba6b7a983d0c559f20eb290..1e3ef90978293f646543c063050782e9ce5f98fb 100644 --- a/docs/releaseprocedures.rst +++ b/docs/releaseprocedures.rst @@ -97,7 +97,7 @@ When releasing a new minor/major version, procedure is as follows: 4. Extract current version, set release version, and set issue associated with making the release:: - CURRENT_VERSION=$(grep '^version = ' docs/conf.py | sed -e "s/^version = '//;s/'$//") + CURRENT_VERSION=$(grep '^release = ' docs/conf.py | sed -e "s/^release = '//;s/'$//") NEW_VERSION="MAJOR.MINOR.PATCH" ISSUE="MAR-NUMBER" diff --git a/docs/usage.rst b/docs/usage.rst index 8c37423acaf5dc2930cde2af8edf7e9a3c02a1e5..ebcf626dc79e09dc32dc59e289eda5e7bde8ac92 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 7.1-dev 7.1-dev + git checkout -b 8.0.0 8.0.0 Preparing the basic site configuration