Procedure:
- check CI status testing result: https://github.com/jazzband/django-redshift-backend/actions?query=workflow%3ATest
- update release version/date in
CHANGES.rst
- create Github release, tagging with version name that MUST following semver. e.g.:
git tag 1.0.1
- publish Github release to invoke release process in Github Actions.
- approve release files. please check your email or https://jazzband.co/projects/django-redshift-backend
- check PyPI page: https://pypi.org/p/django-redshift-backend
- bump version in
CHANGES.rst
and commit/push them onto GitHub