Changelog
### 7.0.2
```
======
* fix 723 and 722: remove bootstrap dependencies
* bugfix: ensure we read the distribution name from setup.cfg
if needed even for pyproject
*
```
### 7.0.1
```
=======
* fix 718: Avoid `ModuleNotFoundError` by requiring importlib_metadata in python < 3.8
```
### 7.0.0
```
=======
* drop python 3.6 support
* include git archival support
* fix 707: support git version detection even when git protects against mistmatched owners
(common with misconfigured containers, thanks chrisburr )
```
### 6.4.3
```
======
* fix 548: correctly handle parsing the commit timestamp of HEAD when ``log.showSignature`` is set
```
Links
- PyPI: https://pypi.org/project/setuptools-scm
- Changelog: https://pyup.io/changelogs/setuptools-scm/
- Repo: https://github.com/pypa/setuptools_scm/
This PR updates setuptools_scm from 6.4.2 to 7.0.2.
Changelog
### 7.0.2 ``` ====== * fix 723 and 722: remove bootstrap dependencies * bugfix: ensure we read the distribution name from setup.cfg if needed even for pyproject * ``` ### 7.0.1 ``` ======= * fix 718: Avoid `ModuleNotFoundError` by requiring importlib_metadata in python < 3.8 ``` ### 7.0.0 ``` ======= * drop python 3.6 support * include git archival support * fix 707: support git version detection even when git protects against mistmatched owners (common with misconfigured containers, thanks chrisburr ) ``` ### 6.4.3 ``` ====== * fix 548: correctly handle parsing the commit timestamp of HEAD when ``log.showSignature`` is set ```Links
- PyPI: https://pypi.org/project/setuptools-scm - Changelog: https://pyup.io/changelogs/setuptools-scm/ - Repo: https://github.com/pypa/setuptools_scm/