Changeset - 9cbd50a53cf0
[Not reviewed]
7.0.0
0 3 0
Branko Majic (branko) - 5 months ago 2023-11-22 20:52:49
branko@majic.rs
MAR-185: Preparing for release 7.0.0.
3 files changed with 7 insertions and 7 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 = '6.0-dev'
 
version = '7.0.0'
 
# The full version, including alpha/beta/rc tags.
 
release = '6.0-dev'
 
release = '7.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,17 +2,17 @@ Release notes
 
=============
 

	
 

	
 
x.y.z
 
7.0.0
 
-----
 

	
 
Dropped support for Debian 10 (Stretch), alongside changes required to
 
run applications using Debian-only repositories.
 
Dropped support for Debian 9 (Stretch), moved away from using
 
non-Debian project repositories (like Prosody ones).
 

	
 
**Breaking changes:**
 

	
 
* All roles
 

	
 
  * Dropped support for Debian 10 (Stretch).
 
  * Dropped support for Debian 9 (Stretch).
 

	
 
* ``xmpp_server`` role
 

	
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 6.0-dev 6.0-dev
 
     git checkout -b 7.0.0 7.0.0
 

	
 

	
 
Preparing the basic site configuration
0 comments (0 inline, 0 general)