Steps for Preparing a ReleaseΒΆ
- Increment the version number in
__init__.py. - Update the release notes in
docs/release_notes.rst. - Update the version in
docs/conf.py. - Ensure the release notes in the documentation have the current date as the release date.
- Create a git tag (format
X.Y.Z). - Run
tox. git pushpython setup.py sdist upload