This file is a memo for the maintainer.
- Check the device list is up to date in the README (
./scripts/update_readme_devices.py
) - Check SSDB is up to date (
nox -s update_ssdb
) - Check copyright years in
doc/conf.py
- Update version number in
setup.py
- Update version number in
rivalcfg/version.py
- Edit / update changelog in
README.rst
- Commit / tag (
git commit -m vX.Y.Z && git tag vX.Y.Z && git push && git push --tags
)
Publish source dist and wheels on PyPI.
→ Automated :)
- Make a release on Github
- Add changelog