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