From a05a588c715e35f1c46e80ed0f36b6c4f664d9f7 2018-11-25 20:48:18 From: Branko Majic Date: 2018-11-25 20:48:18 Subject: [PATCH] MAR-136: Creating maintenance branch for release 3.0.0. --- diff --git a/docs/conf.py b/docs/conf.py index 3d869962dbb0c205fed061dc18bd349744d8f738..12345056928293cf9b4c5fc6b024e0db8d7090e6 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 = '3.0.0' +version = '3.0-maint' # The full version, including alpha/beta/rc tags. -release = '3.0.0' +release = '3.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 ecdf2072c1ab6d96ed43a5e73d36fbd2a85d1d16..e5463ee5496806aaf002672156e62d7f7e0b59a7 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -151,7 +151,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 3.0.0 3.0.0 + git checkout -b 3.0-maint 3.0-maint Preparing the basic site configuration