diff --git a/docs/conf.py b/docs/conf.py index b9dc26aab6587b05676b7c672d97ed9b4ce280d8..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.0' +version = '7.1-maint' # The full version, including alpha/beta/rc tags. -release = '7.1.0' +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 d98948f77dcface3841ad61c887c79d0bf8678c1..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.0 7.1.0 + git checkout -b 7.1-maint 7.1-maint Preparing the basic site configuration