- Update version in
setup.cfg
, usually by remove.dev
- Check that CHANGES.rst describes all changes since the last version
- Replace
unreleased
with today'sYYYY-MM-DD
in CHANGES.rst - Commit and tag
git add .
git commit -m 'prepare for release'
git tag v0.15
- Bump version in
setup.cfg
and append.dev