- rename to setuptools_scm - split into package, add lots of entry points for extension - pluggable version schemes
0.25
- fix pep440 support this reshuffles the complete code for version guessing
0.24
- don't drop dirty flag on node finding - fix distance for dirty flagged versions - use dashes for time again, its normalisation with setuptools - remove the own version attribute, it was too fragile to test for - include file finding - handle edge cases around dirty tagged versions
0.23
- windows compatibility fix (thanks stefan) drop samefile since it`s missing in some python2 versions on windows - add tests to the source tarballs
0.22
- windows compatibility fix (thanks stefan) use samefile since it does path normalisation