Skip to content

Instantly share code, notes, and snippets.

View clodo's full-sized avatar

Claudio Juan Bidau clodo

View GitHub Profile
@clodo
clodo / pypi-release-checklist.md
Created January 18, 2018 17:17 — 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 minor or major)
bumpversion patch