Changelog for 2018.08.15 release

This commit is contained in:
Ch3LL 2018-08-15 14:19:21 -04:00
parent 034359d65a
commit 1dacb5eb33
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
Version TBD (In Progress on the Develop Branch):
Version 2018.08.15:
* Add tests using kitchen-salt #1279
Version 2018.08.13:
* Fedora Py3 fixes (The-Loeki) #1273
* Handle commented lines in the requirements files for pip pkgs (rallytime) #1271

View file

@ -18,7 +18,7 @@
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2018.08.13"
__ScriptVersion="2018.08.15"
__ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0"