diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-02 19:27:52 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-02 19:27:52 -0700 |
commit | 5b2bf921d3c99035c2fe7a639af22dd267fbd0ad (patch) | |
tree | 3cf0fa572cd6830a21a3589452a3fa7eb8ead3aa /docs | |
parent | e64a5c0eaee47a74bfa8cc72daf0ba4aa45f1579 (diff) | |
parent | 3bcd3e03aafe58cce633c48209a99efa286d719c (diff) | |
download | cryptography-5b2bf921d3c99035c2fe7a639af22dd267fbd0ad.tar.gz cryptography-5b2bf921d3c99035c2fe7a639af22dd267fbd0ad.tar.bz2 cryptography-5b2bf921d3c99035c2fe7a639af22dd267fbd0ad.zip |
Merge pull request #884 from reaperhulk/post-release-tasks
add new post-release tasks section
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..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 |