core
-
[breaking] Drop
get_branch_tags
function which was deprecated since1.8.0
. -
[breaking]
version_file
option now have precedence over any tags in the current branch.
config
-
[breaking] Drop
version_config
keyword fromsetup.py
, which was deprecated since1.8.0
. -
[breaking] Does not allow passing
setuptools_git_versioning=False
andsetuptools_git_versioning=True
to config.
Always usesetuptools_git_versioning={"enabled": True}
.