From 787630c86c6b936e1acd128f59f505c50e0581ea 2023-11-22 20:54:55 From: Branko Majic Date: 2023-11-22 20:54:55 Subject: [PATCH] MAR-185: Bumping version to 7.0-dev (switching back to development). --- diff --git a/docs/conf.py b/docs/conf.py index 07a40b297c4b1847f70c6871c5b7eff8866ef4a1..986c7a3ba63c4b9d07596e35504518323476a112 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.0' +version = '7.0-dev' # The full version, including alpha/beta/rc tags. -release = '7.0.0' +release = '7.0-dev' # 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 7745dfcd7a4523d666a8d02edd410a4be826d5a0..f1e4e5f41e73dd802f11e2062921543d3b5340c3 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 7.0.0 7.0.0 + git checkout -b 7.0-dev 7.0-dev Preparing the basic site configuration