aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-02 21:31:41 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-02 21:31:41 -0500
commit325474104e967d563ca93af31957556af01116c6 (patch)
tree7fb6e15ab33021c631a70c00a137d98e7a297324 /docs
parentf8778685279723420268c0e4bd46a9cd25e3f4d3 (diff)
downloadcryptography-325474104e967d563ca93af31957556af01116c6.tar.gz
cryptography-325474104e967d563ca93af31957556af01116c6.tar.bz2
cryptography-325474104e967d563ca93af31957556af01116c6.zip
deprecation cycle post-release instructions
Diffstat (limited to 'docs')
-rw-r--r--docs/doing-a-release.rst3
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.