aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-04 11:28:08 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-04 11:28:08 -0500
commit27bb5fefdad74afff34a9ad76f51d4acd2447ccb (patch)
tree18f3f1341cd5359b02a8b8dbbefb7072280f8233 /docs/doing-a-release.rst
parenta020246a2c748f35eed256a0300a70eddedcb005 (diff)
downloadcryptography-27bb5fefdad74afff34a9ad76f51d4acd2447ccb.tar.gz
cryptography-27bb5fefdad74afff34a9ad76f51d4acd2447ccb.tar.bz2
cryptography-27bb5fefdad74afff34a9ad76f51d4acd2447ccb.zip
add openssl version check instructions to release docs
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r--docs/doing-a-release.rst11
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``.