diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 19:11:53 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 19:11:53 -0500 |
commit | ff26c74b59add7b5a0dddc10dc66ea6fc6c55709 (patch) | |
tree | 84e74e63ee9274e844fdb2ebe1b2e1daa2804063 /docs | |
parent | 53a81244f52bc1c0ebffbbd14602fbc7a6b6faaf (diff) | |
download | cryptography-ff26c74b59add7b5a0dddc10dc66ea6fc6c55709.tar.gz cryptography-ff26c74b59add7b5a0dddc10dc66ea6fc6c55709.tar.bz2 cryptography-ff26c74b59add7b5a0dddc10dc66ea6fc6c55709.zip |
add new post-release tasks section to help release managers
Diffstat (limited to 'docs')
-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..5f96b44a 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 changelog entry with next version and note that it is under active + development +* Send a pull request with these items |