From 325474104e967d563ca93af31957556af01116c6 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 2 Apr 2014 21:31:41 -0500 Subject: deprecation cycle post-release instructions --- docs/doing-a-release.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 5571e0f3..ad3b4791 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -49,3 +49,6 @@ Post-release tasks * Add new :doc:`/changelog` entry with next version and note that it is under active development * Send a pull request with these items +* 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. -- cgit v1.2.3