Parent jobs can now be specified as `None`, which means that they will not be taken into account for the job graph. This should make it easier to have optional dependencies: either make a real job or specify `None` in case that job does not need to run.
0.8.5
- Version numbers in sync
0.8.4
- Fixed tests
0.8.3
- Fix for using quotes in command by formatting command as a string.