1.10.x¶
1.10.0 (2022-07-18)¶
Breaking¶
version_callback option is used even if there are some tags in the current branch.
Improvements¶
Raise exception if both version_callback and version_file options are set.
Remove all non-numeric symbols from version prefix, not just
v.
1.10.1 (2022-09-03)¶
Features¶
Add
setuptools-git-versioningscript to infer version frompyproject.tomlconfig (#58).Declare Python 3.11 support.