Skip to content

Instantly share code, notes, and snippets.

View bondar-pavel's full-sized avatar
🏠
Working from home

Pavel Bondar bondar-pavel

🏠
Working from home
View GitHub Profile
@bondar-pavel
bondar-pavel / pypi-release-checklist.md
Last active November 13, 2015 16:43 — 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