1.11.x¶
1.11.0 (2022-10-02)¶
Features¶
Allow
setuptools-git-versioningscript to infer version fromsetup.pyifpyproject.tomlis missing (#58).Raise error if
pyproject.tomlexists, but is not a file.Add
cwdargument to most of functions, allowing to get versions of a specific repo without changing current directory.Add info and debug messages to the module.
Documentation¶
Add documentation for setuptools-git-versioning script (#58).
Refactoring¶
Use builtin type annotations (instead of type comments) in tests/lib/util.py,
use modern annotations syntax (type | None instead of Optional[type]).