- Incremental will no longer attempt to read git or svn repositories to see if the project is running from a checkout. (#30, #31, #32)
- Comparisons of Versions now compare the lowercased forms of both version packages, rather than being case sensitive. (#23)
- incremental.update now adds a docstring to the autogenerated file. (#18)
- #20
- python -m incremental.update <package> --dev now starts a dev-less package at 0, not 1. (#15)
- Incremental now uses 'rcX' instead of 'pre' for prereleases/release candidates, to match PEP440. (#4)
- If you reference "<yourproject> NEXT" and use python -m incremental.update, it will automatically be updated to the next release version number. (#7)
- #1, #10