These are the steps to take to create a release of the module scope_plot
:
- Switch to the master branch
git checkout master
-
Run bump2version
- Install bump2version (if needed)
pip install --user bump2version
- Run bump2version with
patch
,minor
, ormajor
.
bump2version --verbose patch
-
Update
CHANGELOG.md
and commit.
git add CHANGELOG.md
- Add and commit the changes.
git push && git push --tags
- Wait for Travis to test/push.