v1.4.6
- Create any needed directories to write a file.
- Prune any empty directories left when removing a file.
- Clean up the development recipe to more closely match the feedstock.
- Use GitPython's
BlobFilter
to search for a particular file path. - Fix
python setup.py test
to work correctly withunittest
.