Skip to content

Instantly share code, notes, and snippets.

View rymurr's full-sized avatar

Ryan Murray rymurr

View GitHub Profile
### Keybase proof
I hereby claim:
* I am rymurr on github.
* I am rymurr (https://keybase.io/rymurr) on keybase.
* I have a public key whose fingerprint is 1A2C 62B1 5816 96D8 5586 0B0F 5511 A7F7 547D 7C52
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am rymurr on github.
  • I am rymurr (https://keybase.io/rymurr) on keybase.
  • I have a public key whose fingerprint is 4252 0284 D273 85D6 DBD8 B7A1 D40F 55B4 EFC5 FD77

To claim this, I am signing this object:

@rymurr
rymurr / pypi-release-checklist.md
Created August 7, 2019 09:26 — 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