* put temporary files in CWD/.cph_tmp(random) instead of default temp dir. Hope that this fixes the permission problems seen on appveyor and azure.
Contributors
* msarahan
1.3.8
Bug fixes
* Write output files to output path directly, rather than any temporary. Hope that this fixes permission errors on appveyor/azure
Contributors
* msarahan
1.3.7
Bug fixes
* Don't print message for every skipped file that already exists. Don't even look at files that match the target conversion pattern.
Contributors
* msarahan
1.3.6
Contributors
1.3.5
Bug fixes
* fix recursion issue with TemporaryDirectory
Contributors
* msarahan
1.3.4
Bug fixes
* fix setup.cfg path issue with versioneer * try copying temporary artifact to final location instead of moving it, in hopes of avoiding permission errors