diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-07-04 11:28:08 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-07-04 11:28:08 -0500 |
commit | 27bb5fefdad74afff34a9ad76f51d4acd2447ccb (patch) | |
tree | 18f3f1341cd5359b02a8b8dbbefb7072280f8233 /docs | |
parent | a020246a2c748f35eed256a0300a70eddedcb005 (diff) | |
download | cryptography-27bb5fefdad74afff34a9ad76f51d4acd2447ccb.tar.gz cryptography-27bb5fefdad74afff34a9ad76f51d4acd2447ccb.tar.bz2 cryptography-27bb5fefdad74afff34a9ad76f51d4acd2447ccb.zip |
add openssl version check instructions to release docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doing-a-release.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index dd62c794..8c858271 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -1,12 +1,19 @@ Doing a release =============== -Doing a release of ``cryptography`` is a two part process. +Doing a release of ``cryptography`` requires a few steps. + +Verifying OpenSSL version +------------------------- + +The release process uses a static build for Windows wheels. Check that the +Windows Jenkins builders are on the latest version of OpenSSL before performing +the release. Bumping the version number -------------------------- -The first step in doing a release is bumping the version number in the +The next step in doing a release is bumping the version number in the software. * Update the version number in ``cryptography/__about__.py``. |