Changeset - bc347cec15f5
[Not reviewed]
5.0.1
0 3 0
Branko Majic (branko) - 3 years ago 2020-12-25 23:05:11
branko@majic.rs
MAR-178: Preparing for release 5.0.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 = '5.0-maint'
 
version = '5.0.1'
 
# The full version, including alpha/beta/rc tags.
 
release = '5.0-maint'
 
release = '5.0.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
 
------------
 
5.0.1
 
-----
 

	
 
Minor bug-fix for idempotence issue in the ``wsgi_website`` role.
 

	
 
**Bug fixes:**
 

	
docs/usage.rst
Show inline comments
 
@@ -164,7 +164,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 5.0-maint 5.0-maint
 
     git checkout -b 5.0.1 5.0.1
 

	
 

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