Changeset - 31266c192d58
[Not reviewed]
8.0.1
0 3 0
Branko Majic (branko) - 1 month ago 2024-03-17 12:48:46
branko@majic.rs
MAR-238: Preparing for release 8.0.1.
3 files changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -11,7 +11,7 @@
 
project = 'Majic Ansible Roles'
 
copyright = '2018, 2019, 2020, 2021, 2023, 2024 Branko Majic'
 
author = 'Branko Majic'
 
release = '8.0-maint'
 
release = '8.0.1'
 

	
 
# -- General configuration ---------------------------------------------------
 
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
docs/releasenotes.rst
Show inline comments
 
@@ -2,9 +2,11 @@ Release notes
 
=============
 

	
 

	
 
x.y.z
 
8.0.1
 
-----
 

	
 
Minor fix for ``common`` role.
 

	
 
* ``common`` role
 

	
 
  * Fixed permission errors with Python cache directories in the pip
docs/usage.rst
Show inline comments
 
@@ -168,7 +168,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 8.0-maint 8.0-maint
 
     git checkout -b 8.0.1 8.0.1
 

	
 

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