Incremental 22.10.0 (2022-10-15) ================================ No significant changes. Incremental 22.10.0.rc1 (2022-10-04) ==================================== Features -------- - Incremental now supports type-checking with Mypy (#69) Incremental 21.3.0 (2021-03-01) =============================== Bugfixes -------- - The output of incremental is now compatible with Black (#56, #60) - Incremental now properly supports PEP 440-compliant dev, rc, post suffixes (#62) - Incremental now properly supports PEP 440-compliant post releases (#37) Incremental 17.5.0 (2017-05-20) =============================== Deprecations and Removals ------------------------- - Incremental will no longer attempt to read git or svn repositories to see if the project is running from a checkout. (#30, #31, #32) Incremental 16.10.1 (2016-10-20) ================================ Bugfixes -------- - Comparisons of Versions now compare the lowercased forms of both version packages, rather than being case sensitive. (#23) Incremental 16.10.0 (2016-10-10) ================================ Bugfixes -------- - incremental.update now adds a docstring to the autogenerated file. (#18) Misc ---- - #20 Incremental 16.9.1 (2016-09-21) =============================== Bugfixes -------- - python -m incremental.update --dev now starts a dev-less package at 0, not 1. (#15) Incremental 16.9.0 (2016-09-18) =============================== Features -------- - Incremental now uses 'rcX' instead of 'pre' for prereleases/release candidates, to match PEP440. (#4) - If you reference " NEXT" and use `python -m incremental.update`, it will automatically be updated to the next release version number. (#7) Misc ---- - #1, #10