diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-17 14:59:29 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-17 20:59:29 +0200 |
commit | d7e73c257ed5dbdb33c4f1c9977ddf5c03b5729c (patch) | |
tree | 7834f75789c16c390e9e2bf73d8f6444a75ffe9d /docs | |
parent | 4973350a666d235228f1112c4d28a3b4d215fa05 (diff) | |
download | cryptography-d7e73c257ed5dbdb33c4f1c9977ddf5c03b5729c.tar.gz cryptography-d7e73c257ed5dbdb33c4f1c9977ddf5c03b5729c.tar.bz2 cryptography-d7e73c257ed5dbdb33c4f1c9977ddf5c03b5729c.zip |
Updating doing a release to have a correct path (#3790)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doing-a-release.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 5d96a49e..b70744eb 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -79,7 +79,7 @@ Post-release tasks ------------------ * Update the version number to the next major (e.g. ``0.5.dev1``) in - ``cryptography/__about__.py`` and + ``src/cryptography/__about__.py`` and ``vectors/cryptography_vectors/__about__.py``. * Close the `milestone`_ for the previous release on GitHub. * Add new :doc:`/changelog` entry with next version and note that it is under |