Changeset - cb06e39b2ac7
[Not reviewed]
1.5.1
0 3 0
Branko Majic (branko) - 7 years ago 2017-05-01 18:45:26
branko@majic.rs
MAR-104: Preparing for release 1.5.1.
3 files changed with 20 insertions and 4 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.5-maint'
 
version = '1.5.1'
 
# The full version, including alpha/beta/rc tags.
 
release = '1.5-maint'
 
release = '1.5.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,24 @@ Release notes
 
=============
 

	
 

	
 
1.5.1
 
-----
 

	
 
Small bug-fix release for misbehaving package upgrade checks.
 

	
 
Bug-fixes:
 

	
 
* ``common`` role
 

	
 
  * Fixed script used for performing checks on pip requirementes files for
 
    availalbe package upgrades. False positives due to different sorting will
 
    not be reported anymore, and the script will actually make sure to check if
 
    upgrades are available (which was not the case before due ot missing
 
    paramter to pip-compile).
 

	
 

	
 
1.5.0
 
-------
 
-----
 

	
 
Minor bug-fixes, package upgrade checks, and better support for next Debian
 
stable release (Stretch).
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.5-maint 1.5-maint
 
     git checkout -b 1.5.1 1.5.1
 

	
 

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