* Removed ``--deptree`` flag from redefined ``check`` command, this way of visualizing a dependency tree is not useful anymore, please use ``uv pip tree`` or hdeps_ instead.
3.7.2
------------------
* Adapted ``CheckCommand`` to setuptools v77.0.3
* Dropped support for Python 3.6
3.6.0
------------------
* Use ``--no-verify`` with ``git commit`` when bumping a version, to support projects with a ``no-commit-to-branch`` hook (OK to commit version bump to branch, but not other changes)
3.5.2
------------------
* Support setuptools 68.2+
3.5.1
------------------
* Better support for PEP-517, extract ``Requires-Dist:`` from ``PKG-INFO`` if ``requires.txt`` is missing
* ``.egg`` files are not published anymore, see https://blog.pypi.org/posts/2023-06-26-deprecate-egg-uploads/
3.4.1
------------------
* Removed support for py2
* Look for ``v*.*`` git tags first, then ``*.*``
* Ignore git tags that do not pass regex ``^v?[0-9]+\.[0-9]+``, default to ``0.0.0`` in that case, and issue a WARNING