1.9.x¶
1.9.0 (2022-01-07)¶
Breaking¶
Drop Python 2.7, 3.5 and 3.6 support. Minimal supported Python version is now 3.7.
Improvements¶
Do not fail on toml and packaging modules import while installing setuptools-git-versioning from tag.gz file
Bug Fixes¶
Fix creating multiple releases for the same tag.
1.9.1 (2022-03-21)¶
Remove pyproject.toml file from .tag.gz package (#49).
1.9.2 (2022-03-21)¶
Add setup_requires item to setup.py (#49).