- Update HISTORY.rst
- Commit the changes:
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
- Update version number (can also be
major(x.0.0),minor(0.x.0) instead ofpatch(0.0.x)
bumpversion patch
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
major (x.0.0), minor (0.x.0) instead of patch (0.0.x)bumpversion patch