Changeset - 79fdd97e3501
[Not reviewed]
2.0.1
0 3 0
Branko Majic (branko) - 5 years ago 2018-11-25 15:06:09
branko@majic.rs
MAR-140: Preparing for release 2.0.1.
3 files changed with 11 insertions and 5 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 = '2.0-maint'
 
version = '2.0.1'
 
# The full version, including alpha/beta/rc tags.
 
release = '2.0-maint'
 
release = '2.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,8 @@ Release notes
 
=============
 

	
 

	
 
NEXT RELEASE
 
------------
 
2.0.1
 
-----
 

	
 
Breaking changes:
 

	
 
@@ -26,6 +26,12 @@ Breaking changes:
 
    <https://projects.majic.rs/majic-ansible-roles/issues/MAR-137>`_
 
    for more details.
 

	
 
Bug-fixes:
 

	
 
  * Updated default requirements used for Python virtual environment
 
    requirements check script. Fixes any outstanding issues related to
 
    use of old tool versions.
 

	
 

	
 
2.0.0
 
-----
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 2.0-maint 2.0-maint
 
     git checkout -b 2.0.1 2.0.1
 

	
 

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