From 41c14d55ea2d17e3e9968acfa93d442615f7cda0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 7 Jan 2014 11:19:08 -0800 Subject: How to verify that your released correctly --- docs/doing-a-release.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index e52c2728..0f382064 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -25,4 +25,12 @@ key in order to do a release. Once this has happened: The release should now be available on PyPI and a tag should be available in the repository. You should verify that ``pip install cryptography`` works -correctly. +correctly: + +.. code-block:: pycon + + >>> import cryptography + >>> cryptography.__version__ + '...' + +Verify that this is the version you just released. -- cgit v1.2.3