diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 21:00:35 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 21:00:35 -0500 |
commit | 3bcd3e03aafe58cce633c48209a99efa286d719c (patch) | |
tree | f65a30017b9004f0dd5b4f57f40df29c9686b0a9 | |
parent | ff26c74b59add7b5a0dddc10dc66ea6fc6c55709 (diff) | |
download | cryptography-3bcd3e03aafe58cce633c48209a99efa286d719c.tar.gz cryptography-3bcd3e03aafe58cce633c48209a99efa286d719c.tar.bz2 cryptography-3bcd3e03aafe58cce633c48209a99efa286d719c.zip |
some updates to please the spellchecker
-rw-r--r-- | docs/doing-a-release.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 5f96b44a..5571e0f3 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -43,9 +43,9 @@ 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 +* 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 +* Add new :doc:`/changelog` entry with next version and note that it is under + active development * Send a pull request with these items |