- Add `relative_to` parameter to `get_version` function, fixes 44 per 45.
1.8.0
- fix issue with setuptools wrong version warnings being printed to standard out. User is informed now by distutils-warnings. - restructure root finding, we now reliably ignore outer scm and prefer PKG-INFO over scm, fixes 43 and 45
1.7.0
- correct the url to github thanks David Szotten - enhance scm not found errors with a note on git tarballs thanks Markus - add support for `write_to_template`
1.6.0
- bail out early if the scm is missing
this brings issues with git tarballs and older devpi-client releases to light, before we would let the setup stay at version 0.0, now there is a ValueError
- properly raise errors on write_to misuse (thanks Te-jé Rodgers)
1.5.5
- Fix bug on Python 2 on Windows when environment has unicode fields.
1.5.4
- Fix bug on Python 2 when version is loaded from existing metadata.