| Release Process | |
| --------------- | |
| 1. Compile entries in ``CHANGELOG.rst``. Each entry should: | |
| * Be in the past tense (eg "Fix datetime on Windows") | |
| * End with acknowledging the PR author(s): "Thanks @<github username>." | |
| 2. Run ``bumpversion <patch|minor|major>``. | |
| 3. Check the commit generated by ``bumpversion``, then ``git push``. | |
| 4. Run ``make release``. | |