diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-05-04 10:28:42 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-05-04 10:28:42 +0100 |
commit | 6b0dcf7f4300d65aab6b04e51d30f2df960d716e (patch) | |
tree | f843bd4c75d7af330b3e33206dfb47819a4a3175 /docs | |
parent | 568973764f8c5c93679cc50b6c3f2a34079a62d5 (diff) | |
parent | eced8b71a20a8cce47fe07ed86d879fffc143135 (diff) | |
download | cryptography-6b0dcf7f4300d65aab6b04e51d30f2df960d716e.tar.gz cryptography-6b0dcf7f4300d65aab6b04e51d30f2df960d716e.tar.bz2 cryptography-6b0dcf7f4300d65aab6b04e51d30f2df960d716e.zip |
Merge pull request #1011 from Ayrx/add-release-item
Added item to post-release tasks
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doing-a-release.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index ad3b4791..dd62c794 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -52,3 +52,6 @@ Post-release tasks * Check for any outstanding code undergoing a deprecation cycle by looking in ``cryptography.utils`` for ``DeprecatedIn**`` definitions. If any exist open a ticket to increment them for the next release. +* Send an email to the `mailing list`_ announcing the release. + +.. _`mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev |