Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 20:15
· 1 commit to master since this release

core

  • [breaking] Drop get_branch_tags function which was deprecated since 1.8.0.

  • [breaking] version_file option now have precedence over any tags in the current branch.

    References: #94, #97

config

  • [breaking] Drop version_config keyword from setup.py, which was deprecated since 1.8.0.

  • [breaking] Does not allow passing setuptools_git_versioning=False and setuptools_git_versioning=True to config.
    Always use setuptools_git_versioning={"enabled": True}.