Skip to content

Goodman v1.0.3 release

Compare
Choose a tag to compare
@simontorres simontorres released this 11 Jul 17:12
8c48506

This release fixes the broken v1.0.2

  • Bugs fixed
    • programatically access to the version number did not work because it was based purely on setup.cfg now setup.py has a function that creates the file pipeline/version.py which is accessed by pipeline/__init__.py
    • File naming was making some file disappear by being overwritten for files that contained more than one target the next file name would match the previous one. A differentiator was added.