Changeset - a05a588c715e
[Not reviewed]
3.0
0 2 0
Branko Majic (branko) - 5 years ago 2018-11-25 20:48:18
branko@majic.rs
MAR-136: Creating maintenance branch for release 3.0.0.
2 files changed with 3 insertions and 3 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 = '3.0.0'
 
version = '3.0-maint'
 
# The full version, including alpha/beta/rc tags.
 
release = '3.0.0'
 
release = '3.0-maint'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
docs/usage.rst
Show inline comments
 
@@ -151,7 +151,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 3.0.0 3.0.0
 
     git checkout -b 3.0-maint 3.0-maint
 

	
 

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