diff --git a/docs/development.rst b/docs/development.rst index f88167a56..2e711a91e 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -297,7 +297,10 @@ Checklist: - update ``CHANGES.rst``, based on ``git log $PREVIOUS_RELEASE..`` - check version number of upcoming release in ``CHANGES.rst`` - verify that ``MANIFEST.in`` and ``setup.py`` are complete -- ``python setup.py build_api ; python setup.py build_usage ; python setup.py build_man`` and commit +- ``python setup.py build_api ; python setup.py build_usage ; python + setup.py build_man`` and commit (be sure to build with Python 3.4 as + Python 3.6 added `more guaranteed hashing algorithms + `_) - tag the release:: git tag -s -m "tagged/signed release X.Y.Z" X.Y.Z