Changeset - 50625d49f259
[Not reviewed]
1.7
0 2 0
Branko Majic (branko) - 7 years ago 2017-08-11 15:50:38
branko@majic.rs
MAR-115: Creating maintenance branch for release 1.7.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'2016, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '1.7.0'
 
version = '1.7-maint'
 
# The full version, including alpha/beta/rc tags.
 
release = '1.7.0'
 
release = '1.7-maint'
 

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

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 1.7.0 1.7.0
 
     git checkout -b 1.7-maint 1.7-maint
 

	
 

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