diff options
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 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. |