Merged: 2019-08-06 Changed - **Lint** | Went through the ENTIRE codebase and made non-breaking refactors and additions for linting purposes - **README** | Adds badge for Codacy, License, and PyPi Release version
---
1.0.1
Merged: 2019-08-05 Released: 2019-08-05 Changed - **Artifactory Component** | Fixes bug where the `--user` and `--token` params were not being read in properly
---
1.0.0
Merged: 2019-08-01 Released: 2019-08-01 Added - **PyPi Package** | Adds the package to PyPi so it can be installed via pip
Changed - **Documenation** | Docs updated to reflect the new install process via pip
---
0.3.1
Merged: 2019-08-01 Added - **CodeCov** | Adds config in CircleCI to upload coverage report to CodeCov - **README Badge** | Adds CodeCov README badge
---
0.3.0
Merged: 2019-08-01 Changed - **Yaml Generator** | Now saves and loads the VERSION file separately - a VERSION file is now needed for proper skelebot versioning - **Bump Component** | Now only saves to the VERSION file and does not update the config yaml - **Docs** | Updated to reflect the new change in the way versions are handled in Skelebot
---
0.2.22
Merged: 2019-08-01 Changed - **SkeleParser** | Removes the default value for boolean params in jobs as it is not needed - **CommandBuilder** | Updated to only pass boolean params to scripts if the value is present and True