- Update version number in
partial_index/__init__.py
- Update version number in
setup.py
- Update download link version number in
setup.py
- If added or removed support for some Python/Django versions, update classifiers in
setup.py
- Update PyPI version badge number in
README.md
- Update version history at the end of
README.md
- Push to release branch on github, review that tests pass on Travis.
python3 setup.py sdist bdist_wheel upload
- Go to https://github.com/mattiaslinnap/django-partial-index/releases and click New Release, fill details:
- New tag name should be just the numeric version ("1.2.3" not "v1.2.3")
- From branch "release"
- Release title should be "v1.2.3"