Fix an issue where tc-release stopped working for certain project structures
0.2.0
Features - Add a `--deploy` arg that clones a tag to the production directory and makes the IOC - Add a `--deploy-path` arg that overrides the default install directory - Add `--verbose`/`-v` argument that controls the logging level
Bugfixes - Various error handling fixes
Maintenance - Use `flake8` and `isort` to standardize the style to match the other pcdshub packages - Add standard pre commit checks - Make script more consistent about using logging vs printing (always log to module logger) - Make error checking and cleanup more consistent - Handle `FutureWarning` from xml library