From 27bb5fefdad74afff34a9ad76f51d4acd2447ccb Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 4 Jul 2014 11:28:08 -0500 Subject: add openssl version check instructions to release docs --- docs/doing-a-release.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs') 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``. -- cgit v1.2.3