aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-09 08:43:54 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-09 08:43:54 -0500
commitea1867868db0d69be6f8b04977fcf452f4d56d19 (patch)
tree42d2a194ebb989d796bed4443e84198f5f4710c7
parentbb4267b2f19e894c42887cfb17a0d492f3e113d1 (diff)
parent0064bfa15fbf41ccb682d1eec2cdefb355a01a94 (diff)
downloadcryptography-ea1867868db0d69be6f8b04977fcf452f4d56d19.tar.gz
cryptography-ea1867868db0d69be6f8b04977fcf452f4d56d19.tar.bz2
cryptography-ea1867868db0d69be6f8b04977fcf452f4d56d19.zip
Merge pull request #1739 from alex/fix-path
Use full path in the documentation
-rw-r--r--docs/doing-a-release.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 85041c8f..283b98b6 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -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.