About Bumpversion

When you need to increment a project version, you would normally use bumpversion as follows:

1
$ bumpversion minor

If correctly configured, it not only increments the version, but also replaces "Unreleased" with that version in your changelog, and creates a commit and a version tag in the repository.

Tips and Tricks Development Upgrading Maintenance Python 3 Bash