From a4e8ff9a029761e91e95896bd07ce42647d57da8 2024-02-10 11:20:27 From: Branko Majic Date: 2024-02-10 11:20:27 Subject: [PATCH] MAR-200: Bumping version to 7.1-maint (switching back to maintenance). --- diff --git a/docs/conf.py b/docs/conf.py index 32789fc7a80b8175e49bc4b3112f9f838fdf5d22..4e523f8e8fd1499954991925cfa54561fe62db3b 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.1.1' +version = '7.1-maint' # The full version, including alpha/beta/rc tags. -release = '7.1.1' +release = '7.1-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 90e871c65e604a2aa2290125e260d557f3e5406f..17a2d1e8823d7f850d9d4d288ab6c6fa18803574 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.1.1 7.1.1 + git checkout -b 7.1-maint 7.1-maint Preparing the basic site configuration