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-versioning script to infer version from pyproject.toml config (#58).

  • Declare Python 3.11 support.