diff options
-rw-r--r-- | docs/doing-a-release.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index fc88a91c..5571e0f3 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -39,3 +39,13 @@ correctly: '...' Verify that this is the version you just released. + +Post-release tasks +------------------ + +* Update the version number to the next major (e.g. ``0.5.dev1``) in + ``cryptography/__about__.py`` and + ``vectors/cryptography_vectors/__about__.py``. +* Add new :doc:`/changelog` entry with next version and note that it is under + active development +* Send a pull request with these items |