diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-05-04 16:07:39 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-05-04 16:07:39 +0800 |
commit | eced8b71a20a8cce47fe07ed86d879fffc143135 (patch) | |
tree | f843bd4c75d7af330b3e33206dfb47819a4a3175 /docs/doing-a-release.rst | |
parent | 568973764f8c5c93679cc50b6c3f2a34079a62d5 (diff) | |
download | cryptography-eced8b71a20a8cce47fe07ed86d879fffc143135.tar.gz cryptography-eced8b71a20a8cce47fe07ed86d879fffc143135.tar.bz2 cryptography-eced8b71a20a8cce47fe07ed86d879fffc143135.zip |
Added item to post-release tasks
Diffstat (limited to 'docs/doing-a-release.rst')
-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 |