Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 646 Bytes

RELEASE.rst

File metadata and controls

34 lines (20 loc) · 646 Bytes

Things to do when releasing a new version

This file is a memo for the maintainer.

0. Check

  • Check copyright year in docs/conf.py

1. Release

  • Update version number in setup.py
  • Update version number in docs/conf.py
  • Edit / update changelog in README.rst
  • Commit / tag (git commit -m vX.Y.Z.ZZ && git tag vX.Y.Z.ZZ && git push && git push --tags)

2. Publish PyPI package

Publish source dist and wheels on PyPI.

→ Automated :)

3. Publish Github Release

  • Make a release on Github
  • Add changelog