diff --git a/docs/conf.py b/docs/conf.py index 33b8267bbbdfb9a67c6b36117dcf9128da935613..614f28ce3287fee6fae29c764800cb47af270151 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 = '1.5.0' +version = '1.5-dev' # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5-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 3539d6629659577657fb79e694f182d3c8f9576b..e4ef50158442c5f175c441fed8304bc8ea33d139 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 1.5.0 1.5.0 + git checkout -b 1.5-dev 1.5-dev Preparing the basic site configuration