diff --git a/Creating-a-new-Wagtail-release.md b/Creating-a-new-Wagtail-release.md index 96b8cca..656d3c6 100644 --- a/Creating-a-new-Wagtail-release.md +++ b/Creating-a-new-Wagtail-release.md @@ -64,6 +64,11 @@ From the root of your checkout, run: `twine upload dist/*` The new version should now be up on https://pypi.python.org/pypi/wagtail . +### Major version bump classifier + +- If this is a major version bump, ensure that the documentation is updated and there is a new classifier created in PyPI - https://pypi.org/help/#new-classifier +- Examples from Wagtail 3.0 https://github.com/wagtail/wagtail/pull/8486 & https://github.com/pypa/trove-classifiers/pull/102 + ## Testing the release - install it in a clean virtualenv and check that "wagtail start myproject" creates a codebase that starts successfully under vagrant