Here are the steps on how to make a new release.
Create a
release-VERSIONbranch fromupstream/master.Install
bumpversionand execute:bumpversion minor --new-version 1.0.11
Changing
minorand--new-versionabove accordingly.Push a branch with the changes.
Once all builds pass and at least another maintainer approves, push a tag to
upstreamin the format ``v1.0.11`. This will deploy to PyPI.Merge the PR (do not squash, to keep the tag).
Create a new release on GitHub, posting the contents of the current CHANGELOG.
Open a new PR clearing the
CHANGELOG.mdfile.