Use full path in the documentation

This commit is contained in:
Alex Gaynor 2015-03-09 07:10:40 -04:00
parent bb4267b2f1
commit 0064bfa15f

View file

@ -16,7 +16,7 @@ Bumping the version number
The next step in doing a release is bumping the version number in the
software.
* Update the version number in ``cryptography/__about__.py``.
* Update the version number in ``src/cryptography/__about__.py``.
* Update the version number in ``vectors/cryptography_vectors/__about__.py``.
* Set the release date in the :doc:`/changelog`.
* Do a commit indicating this.