Bump version for v2015.05.07 stable release

This commit is contained in:
Pedro Algarvio 2015-05-07 10:01:40 +01:00
parent 12102d2b7f
commit 479adb8fb7
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,7 @@
Version 2015.xx.xx:
Version 2015.05.07:
* Lower required requests version dependency. Use system requests package where possible.
* Allow Ubuntu alternate ppas. Thanks Peter Tripp(notpeter). #563
Version 2015.05.04:
* Fix the configuration path for FreeBSD. #567/#552. Thanks Ronald van Zantvoort(The-Loeki).
+ Fix non grouping support in POSIX sed. Thanks Ronald van Zantvoort(The-Loeki).

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.05.04"
__ScriptVersion="2015.05.07"
__ScriptName="bootstrap-salt.sh"
#======================================================================================================================