aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-09 07:10:40 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-09 07:10:40 -0400
commit0064bfa15fbf41ccb682d1eec2cdefb355a01a94 (patch)
tree42d2a194ebb989d796bed4443e84198f5f4710c7 /docs/doing-a-release.rst
parentbb4267b2f19e894c42887cfb17a0d492f3e113d1 (diff)
downloadcryptography-0064bfa15fbf41ccb682d1eec2cdefb355a01a94.tar.gz
cryptography-0064bfa15fbf41ccb682d1eec2cdefb355a01a94.tar.bz2
cryptography-0064bfa15fbf41ccb682d1eec2cdefb355a01a94.zip
Use full path in the documentation
Diffstat (limited to 'docs/doing-a-release.rst')
-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.