Changeset - 5c39fcaf9fdb
[Not reviewed]
7.1.0
0 3 0
Branko Majic (branko) - 4 months ago 2023-12-23 22:35:43
branko@majic.rs
MAR-190: Preparing for release 7.1.0.
3 files changed with 4 insertions and 4 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 = '7.0-dev'
 
version = '7.1.0'
 
# The full version, including alpha/beta/rc tags.
 
release = '7.0-dev'
 
release = '7.1.0'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
docs/releasenotes.rst
Show inline comments
 
@@ -2,7 +2,7 @@ Release notes
 
=============
 

	
 

	
 
x.y.z
 
7.1.0
 
-----
 

	
 
Added support for Debian 11 (Bullseye), with some smaller bug fixes.
docs/usage.rst
Show inline comments
 
@@ -167,7 +167,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 7.0-dev 7.0-dev
 
     git checkout -b 7.1.0 7.1.0
 

	
 

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