From cd288772d0b3875bea8af9301d14539fbfc8ac40 2020-12-24 15:05:23 From: Branko Majic Date: 2020-12-24 15:05:23 Subject: [PATCH] MAR-176: Preparing for release 5.0.0. --- diff --git a/docs/conf.py b/docs/conf.py index 22715ea14b1ed3648fb2ca117238442b6073ae89..3cc8d4a21cd9547b112c614e053678a8fe55802c 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 = '4.0-dev' +version = '5.0.0' # The full version, including alpha/beta/rc tags. -release = '4.0-dev' +release = '5.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 f49e5b5a24d0f20b882bb1134966bd1854540ab5..07d19cd7410a8a5169f9b06f7f886453def52502 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,11 +2,14 @@ Release notes ============= -NEXT RELEASE ------------- +5.0.0 +----- Upgrade to Ansible 2.9.x, dropping support for Debian 8 Jessie, -upgrade to Python 3.x, dropping support for Python 2.7. +upgrade to Python 3.x, dropping support for Python 2.7. A number of +parameters have been made mandatory or deprecated. Security has been +slightly improved in a number of roles, and there is plenty of +bug-fixes and minor improvements throughout as well. **Breaking changes:** diff --git a/docs/usage.rst b/docs/usage.rst index 80ea4b3ee6954474e9aff6bbde5dd7947b80d4be..a182bb7bf7ec85eae78309083a1ab7f928ab6083 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 4.0-dev 4.0-dev + git checkout -b 5.0.0 5.0.0 Preparing the basic site configuration