diff --git a/docs/conf.py b/docs/conf.py index 07a40b297c4b1847f70c6871c5b7eff8866ef4a1..99a7a928802ec1bc7b917c54508934f2a02a9346 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-maint' # The full version, including alpha/beta/rc tags. -release = '7.0.0' +release = '7.0-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 7745dfcd7a4523d666a8d02edd410a4be826d5a0..ecc8af2e798129b3cb48413f3d2c639b491201ea 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-maint 7.0-maint Preparing the basic site configuration