Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jun 22, 2022
1 parent f9f3bec commit 64058ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v7.0.2
======

* fix #723 and #722: remove bootstrap dependencies
* bugfix: ensure we read the distribution name from setup.cfg
if needed even for pyproject
*

v7.0.1
=======

Expand Down
2 changes: 0 additions & 2 deletions src/setuptools_scm/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
if TYPE_CHECKING:
from . import _types as _t

_SKIP_PYPROJECT_HACK = False


def _warn_on_old_setuptools(_version: str = setuptools.__version__) -> None:
if int(_version.split(".")[0]) < 45:
Expand Down

0 comments on commit 64058ad

Please sign in to comment.