Changeset - 5d3389b2c74b
[Not reviewed]
3.1.1
0 3 0
Branko Majic (branko) - 5 years ago 2018-12-24 12:47:34
branko@majic.rs
MAR-144: Preparing for release 3.1.1.
3 files changed with 7 insertions and 5 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.1-maint'
 
version = '3.1.1'
 
# The full version, including alpha/beta/rc tags.
 
release = '3.1-maint'
 
release = '3.1.1'
 

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

	
 

	
 
NEXT RELEASE
 
------------
 
3.1.1
 
-----
 

	
 
Minor fix for ``backup_client`` role.
 

	
 
Bug fixes:
 

	
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.1-maint 3.1-maint
 
     git checkout -b 3.1.1 3.1.1
 

	
 

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