From 970fed5f3562e9b03f5add7f57ff94572d33b215 2021-01-19 23:15:13 From: Branko Majic Date: 2021-01-19 23:15:13 Subject: [PATCH] MAR-179: Preparing for release 6.0.0. --- diff --git a/docs/conf.py b/docs/conf.py index c4f0b00de66c38b6f958cf96c0a8096665c5ea6e..c5aebce8a1e9af639dd42b29d19a780cddffd660 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 = '5.0-dev' +version = '6.0.0' # The full version, including alpha/beta/rc tags. -release = '5.0-dev' +release = '6.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 91081a5928276ca58a900808dbc39796f9468e3a..ec1fd7320d994995c65f31f499d2f52d3ae28f6a 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,10 +2,13 @@ Release notes ============= -NEXT RELEASE ------------- +6.0.0 +----- + +Added support for Debian 10 (Buster), alongside a couple of minor +changes and features/improvements. -**Breaking changes** +**Breaking changes:** * ``ldap_server`` role diff --git a/docs/usage.rst b/docs/usage.rst index 745e55eb68123fc9c2ed31a8b4b2c77528159b86..e54908dc50d1d60549a948796fe310425c685fef 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -164,7 +164,7 @@ Ansible Roles: 2. Checkout the correct version of the roles:: cd ~/majic-ansible-roles/ - git checkout -b 5.0-dev 5.0-dev + git checkout -b 6.0.0 6.0.0 Preparing the basic site configuration