diff --git a/docs/conf.py b/docs/conf.py index 300976e68a99c27d5556f3463a91356075479914..52b374fad55eb9272c71492c4879776a6f8d1b76 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, Branko Majic' # built documents. # # The short X.Y version. -version = '2.0.1' +version = '2.0-maint' # The full version, including alpha/beta/rc tags. -release = '2.0.1' +release = '2.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 87a4e5f0246445aa6ab1dbeb1d5540e4b2cee782..9d6bf8e30888b97a258bb2073b8eaf2b760a189e 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -149,7 +149,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 2.0.1 2.0.1 + git checkout -b 2.0-maint 2.0-maint Preparing the basic site configuration