From d0612f4080dec8d79aace13e6e1ac24faedc9a1f 2018-12-16 11:25:40 From: Branko Majic Date: 2018-12-16 11:25:40 Subject: [PATCH] MAR-143: Preparing for release 3.1.0. --- diff --git a/docs/conf.py b/docs/conf.py index 4a494259a0ecd50812d4ba761ac89c4a9e254ea0..97366d3c75dbdff6358e945a07cafeba064e2a17 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-dev' +version = '3.1.0' # The full version, including alpha/beta/rc tags. -release = '3.0-dev' +release = '3.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 5efa188eb08722562977ec67013c043f155c18bf..01ddbe12c84d62175c6ad4eb5884feaf97c06b96 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,8 +2,8 @@ Release notes ============= -NEXT RELEASE ------------- +3.1.0 +----- Minor improvements and fixes. diff --git a/docs/usage.rst b/docs/usage.rst index 79770231765ffe7ed76b04547aedc55a24f6e04e..f24ca68c0d7fce8f00197e72309e56f116a9580c 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-dev 3.0-dev + git checkout -b 3.1.0 3.1.0 Preparing the basic site configuration