From 0064bfa15fbf41ccb682d1eec2cdefb355a01a94 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 9 Mar 2015 07:10:40 -0400 Subject: Use full path in the documentation --- docs/doing-a-release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3