Update version info file with latest changelog version entry
Create version info files based on the latest changelog entry.
pip install changelog2version
This example shows you how to parse the repo's changelog and update the package version file with that version.
changelog2version \
--changelog_file changelog.md \
--version_file src/changelog2version/version.py \
--debug
Based on the PyPa sample project.