aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
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``.