Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View BramVanroy's full-sized avatar

Bram Vanroy BramVanroy

View GitHub Profile
@BramVanroy
BramVanroy / pypi-release-checklist.md
Last active October 31, 2021 11:50 — forked from audreyfeldroy/pypi-release-checklist.md
My PyPI Release Checklist
  • 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 of patch (0.0.x)
bumpversion patch