Bump version for stable release

This commit is contained in:
Pedro Algarvio 2015-07-22 13:17:54 +01:00
parent bc1a74da0f
commit 93e566c553
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 2015.xx.xx:
Version 2015.07.22:
* Fix tornado installation in Ubuntu. Thanks Yushi Nakai. #627
* Install tornado using pip on Ubuntu for Salt's v2015.8.xx onward stable releases.
* Install requests on Ubuntu from Chris Lea's PPA. #630

View file

@ -17,7 +17,7 @@
# CREATED: 10/15/2012 09:49:37 PM WEST
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2015.07.17"
__ScriptVersion="2015.07.22"
__ScriptName="bootstrap-salt.sh"
#======================================================================================================================