Changeset - cd288772d0b3
[Not reviewed]
5.0.0
0 3 0
Branko Majic (branko) - 3 years ago 2020-12-24 15:05:23
branko@majic.rs
MAR-176: Preparing for release 5.0.0.
3 files changed with 9 insertions and 6 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -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.
docs/releasenotes.rst
Show inline comments
 
@@ -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:**
 

	
docs/usage.rst
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)