diff --git a/docs/conf.py b/docs/conf.py index d08fc1ea6b460d3340481f3f825fe5d1f9565237..3d869962dbb0c205fed061dc18bd349744d8f738 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 = '2.0-dev' +version = '3.0.0' # The full version, including alpha/beta/rc tags. -release = '2.0-dev' +release = '3.0.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 856c6e3eba4d7ce29bcbab941b3e01b22abdc549..d1b0bc5d6088f01f755b5186cfface8021c3cc41 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,10 +2,10 @@ Release notes ============= -NEXT RELEASE ------------- +3.0.0 +----- -Upgrade to Ansible 2.7.x. +Upgrade to Ansible 2.7.x and full support for Debian 9 (Stretch). Breaking changes: @@ -53,6 +53,10 @@ New features/improvements: * Tests have been updated to work with latest Molecule/Testinfra as part of the Ansible upgrade process. +* All roles + + * Full support for Debian 9 (Stretch) has been added to all roles. + * ``common`` role * The ``pip`` requirements upgrade checks are now performed once per diff --git a/docs/usage.rst b/docs/usage.rst index 92805cfbfa5e81a7973bade0b5403416fa520594..ecdf2072c1ab6d96ed43a5e73d36fbd2a85d1d16 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 2.0-dev 2.0-dev + git checkout -b 3.0.0 3.0.0 Preparing the basic site configuration