From 5c39fcaf9fdb47783c1705739bb21d4a6f7a3e9a 2023-12-23 22:35:43 From: Branko Majic Date: 2023-12-23 22:35:43 Subject: [PATCH] MAR-190: Preparing for release 7.1.0. --- diff --git a/docs/conf.py b/docs/conf.py index 986c7a3ba63c4b9d07596e35504518323476a112..b9dc26aab6587b05676b7c672d97ed9b4ce280d8 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 = '7.0-dev' +version = '7.1.0' # The full version, including alpha/beta/rc tags. -release = '7.0-dev' +release = '7.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 927174ddcbd2ccb21ca27b1c004251f974324640..8b8f19d816030b20e95045cefd5762d14191931c 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,7 +2,7 @@ Release notes ============= -x.y.z +7.1.0 ----- Added support for Debian 11 (Bullseye), with some smaller bug fixes. diff --git a/docs/usage.rst b/docs/usage.rst index bd012fc6326cc6284b285fe5e9f5f59077a7a34b..d98948f77dcface3841ad61c887c79d0bf8678c1 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -167,7 +167,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 7.0-dev 7.0-dev + git checkout -b 7.1.0 7.1.0 Preparing the basic site configuration