diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-06 16:53:31 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-06 16:53:31 -0800 |
commit | ce0b5a3a8a5d2bb9de1680a9e9ea6e488d33da27 (patch) | |
tree | c7559d3d445f79d56925c634344d5b35156e3769 /docs/doing-a-release.rst | |
parent | 2f030efa617950e0d93ce869bae8119304dc8ba4 (diff) | |
download | cryptography-ce0b5a3a8a5d2bb9de1680a9e9ea6e488d33da27.tar.gz cryptography-ce0b5a3a8a5d2bb9de1680a9e9ea6e488d33da27.tar.bz2 cryptography-ce0b5a3a8a5d2bb9de1680a9e9ea6e488d33da27.zip |
Update release docs
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r-- | docs/doing-a-release.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 81349a70..d790523b 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -9,8 +9,7 @@ Bumping the version number The first step in doing a release is bumping the version number in the software. -* Update the version number in ``cryptography/__about__.py`` and - ``docs/conf.py``. +* Update the version number in ``cryptography/__about__.py``. * Do a commit indicating this. * Send a pull request with this. * Wait for it to be merged. |